#9FDEEF

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

Shades of Blizzard Blue #9FDEEF

Tints of Blizzard Blue #9FDEEF

Color information

#9FDEEF (or 0x9FDEEF) is unknown color: approx Blizzard Blue. HEX triplet: 9F, DE and EF. RGB value is (159,222,239). Sum of RGB (Red+Green+Blue) = 159+222+239=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEEF is #602110. Grayscale: #CCCCCC. Windows color (decimal): -6299921 or 15720095. OLE color: 15720095.

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

Color convert

RGB159222239-
CMYK0.330.0700.06
HSL192.75º71.43%78.04%-
HSV(B)192.75º33.47%93.73%-
XYZ5665.8591.42-
YUV205.1147.1395.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.65%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=25.65%
G=35.81%
B=38.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592222390.330.0700.06192.7571.4378.04
Hex9FDEEF21706c1474e
Octal23733635741706301107116
Binary10011111110111101110111110000111101101100000110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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