#9EEAFC

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

Shades of Blizzard Blue #9EEAFC

Tints of Blizzard Blue #9EEAFC

Color information

#9EEAFC (or 0x9EEAFC) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EA and FC. RGB value is (158,234,252). Sum of RGB (Red+Green+Blue) = 158+234+252=644 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.53% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EEAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAFC is #611503. Grayscale: #D5D5D5. Windows color (decimal): -6362372 or 16575134. OLE color: 16575134.

HSL color Cylindrical-coordinate representation of color #9EEAFC: hue angle of 191.49º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EEAFC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158234252-
CMYK0.370.0700.01
HSL191.49º94%80.39%-
HSV(B)191.49º37.3%98.82%-
XYZ61.0973.14102.99-
YUV213.33149.8288.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.53%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=24.53%
G=36.34%
B=39.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582342520.370.0700.01191.499480.39
Hex9EEAFC25701bf5e50
Octal23635237445701277136120
Binary100111101110101011111100100101111011011111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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