#8FEDEA

Color #8FEDEA Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #8FEDEA

Tints of Blizzard Blue #8FEDEA

Color information

#8FEDEA (or 0x8FEDEA) is unknown color: approx Blizzard Blue. HEX triplet: 8F, ED and EA. RGB value is (143,237,234). Sum of RGB (Red+Green+Blue) = 143+237+234=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDEA is #701215. Grayscale: #D0D0D0. Windows color (decimal): -7344662 or 15396239. OLE color: 15396239.

HSL color Cylindrical-coordinate representation of color #8FEDEA: hue angle of 178.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDEA is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB143237234-
CMYK0.4000.010.07
HSL178.09º72.31%74.51%-
HSV(B)178.09º39.66%92.94%-
XYZ56.4672.3588.83-
YUV208.55142.3681.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 23.29%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=23.29%
G=38.60%
B=38.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432372340.4000.010.07178.0972.3174.51
Hex8FEDEA28017b2484b
Octal21735535250017262110113
Binary100011111110110111101010101000011111011001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FEDEA; }

 p { color: rgb(143,237,234); }

 H1.HeaderClassName
 {
   color: #8FEDEA;
 }
 .AnyTagClassName
 {
   color: #8FEDEA;
 }
</style>
background-color css

<style>
 a { background-color: #8FEDEA; }

 a { background-color: rgb(143,237,234); }

 div.DivClassName
 {
   background-color: #8FEDEA;
 }
 .BgClassName
 {
   background-color: #8FEDEA;
 }
</style>
border-color css

<style>
 span { border-color: #8FEDEA; }

 span { border-color: rgb(143,237,234); }

 td.TdClassName
 {
   border-color: #8FEDEA;
 }
 .TagClassName
 {
   border-color: #8FEDEA;
 }
</style>