#9EEDFA

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

Shades of Blizzard Blue #9EEDFA

Tints of Blizzard Blue #9EEDFA

Color information

#9EEDFA (or 0x9EEDFA) is unknown color: approx Blizzard Blue. HEX triplet: 9E, ED and FA. RGB value is (158,237,250). Sum of RGB (Red+Green+Blue) = 158+237+250=645 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.50% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EEDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEDFA is #611205. Grayscale: #D6D6D6. Windows color (decimal): -6361606 or 16444830. OLE color: 16444830.

HSL color Cylindrical-coordinate representation of color #9EEDFA: hue angle of 188.48º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EEDFA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158237250-
CMYK0.370.0500.02
HSL188.48º90.2%80%-
HSV(B)188.48º36.8%98.04%-
XYZ61.6474.74101.62-
YUV214.86147.8387.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.50%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=24.50%
G=36.74%
B=38.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582372500.370.0500.02188.4890.280
Hex9EEDFA25502bc5a50
Octal23635537245502274132120
Binary1001111011101101111110101001011010101011110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,250); }

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

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

 a { background-color: rgb(158,237,250); }

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

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

 span { border-color: rgb(158,237,250); }

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