#8FDEEA

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

Shades of Blizzard Blue #8FDEEA

Tints of Blizzard Blue #8FDEEA

Color information

#8FDEEA (or 0x8FDEEA) is unknown color: approx Blizzard Blue. HEX triplet: 8F, DE and EA. RGB value is (143,222,234). Sum of RGB (Red+Green+Blue) = 143+222+234=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDEEA is #702115. Grayscale: #C7C7C7. Windows color (decimal): -7348502 or 15392399. OLE color: 15392399.

HSL color Cylindrical-coordinate representation of color #8FDEEA: hue angle of 187.91º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDEEA is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143222234-
CMYK0.390.0500.08
HSL187.91º68.42%73.92%-
HSV(B)187.91º38.89%91.76%-
XYZ52.364.0287.44-
YUV199.75147.3387.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.87%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=23.87%
G=37.06%
B=39.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432222340.390.0500.08187.9168.4273.92
Hex8FDEEA27508bc444a
Octal217336352475010274104112
Binary100011111101111011101010100111101010001011110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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