#9EEAF2

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

Shades of Blizzard Blue #9EEAF2

Tints of Blizzard Blue #9EEAF2

Color information

#9EEAF2 (or 0x9EEAF2) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EA and F2. RGB value is (158,234,242). Sum of RGB (Red+Green+Blue) = 158+234+242=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #9EEAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAF2 is #61150D. Grayscale: #D4D4D4. Windows color (decimal): -6362382 or 15919774. OLE color: 15919774.

HSL color Cylindrical-coordinate representation of color #9EEAF2: hue angle of 185.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EEAF2 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158234242-
CMYK0.350.0300.05
HSL185.71º76.36%78.43%-
HSV(B)185.71º34.71%94.9%-
XYZ59.5572.5394.86-
YUV212.19144.8289.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.92%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=24.92%
G=36.91%
B=38.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582342420.350.0300.05185.7176.3678.43
Hex9EEAF223305ba4c4e
Octal23635236243305272114116
Binary1001111011101010111100101000111101011011101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EEAF2; }

 p { color: rgb(158,234,242); }

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

<style>
 a { background-color: #9EEAF2; }

 a { background-color: rgb(158,234,242); }

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

<style>
 span { border-color: #9EEAF2; }

 span { border-color: rgb(158,234,242); }

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