#9FDEEC

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

Shades of Blizzard Blue #9FDEEC

Tints of Blizzard Blue #9FDEEC

Color information

#9FDEEC (or 0x9FDEEC) is unknown color: approx Blizzard Blue. HEX triplet: 9F, DE and EC. RGB value is (159,222,236). Sum of RGB (Red+Green+Blue) = 159+222+236=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEEC is #602113. Grayscale: #CCCCCC. Windows color (decimal): -6299924 or 15523487. OLE color: 15523487.

HSL color Cylindrical-coordinate representation of color #9FDEEC: hue angle of 190.91º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDEEC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159222236-
CMYK0.330.0600.07
HSL190.91º66.96%77.45%-
HSV(B)190.91º32.63%92.55%-
XYZ55.5665.6789.1-
YUV204.76145.6395.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.77%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=25.77%
G=35.98%
B=38.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592222360.330.0600.07190.9166.9677.45
Hex9FDEEC21607bf434d
Octal23733635441607277103115
Binary10011111110111101110110010000111001111011111110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,236); }

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

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

 a { background-color: rgb(159,222,236); }

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

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

 span { border-color: rgb(159,222,236); }

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