#9FDEEE

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

Shades of Blizzard Blue #9FDEEE

Tints of Blizzard Blue #9FDEEE

Color information

#9FDEEE (or 0x9FDEEE) is unknown color: approx Blizzard Blue. HEX triplet: 9F, DE and EE. RGB value is (159,222,238). Sum of RGB (Red+Green+Blue) = 159+222+238=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEEE is #602111. Grayscale: #CCCCCC. Windows color (decimal): -6299922 or 15654559. OLE color: 15654559.

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

Color convert

RGB159222238-
CMYK0.330.0700.07
HSL192.15º69.91%77.84%-
HSV(B)192.15º33.19%93.33%-
XYZ55.8565.7990.64-
YUV204.99146.6395.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.69%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=25.69%
G=35.86%
B=38.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592222380.330.0700.07192.1569.9177.84
Hex9FDEEE21707c0464e
Octal23733635641707300106116
Binary10011111110111101110111010000111101111100000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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