#9FDCEE

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

Shades of Blizzard Blue #9FDCEE

Tints of Blizzard Blue #9FDCEE

Color information

#9FDCEE (or 0x9FDCEE) is unknown color: approx Blizzard Blue. HEX triplet: 9F, DC and EE. RGB value is (159,220,238). Sum of RGB (Red+Green+Blue) = 159+220+238=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCEE is #602311. Grayscale: #CBCBCB. Windows color (decimal): -6300434 or 15654047. OLE color: 15654047.

HSL color Cylindrical-coordinate representation of color #9FDCEE: hue angle of 193.67º 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 #9FDCEE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159220238-
CMYK0.330.0800.07
HSL193.67º69.91%77.84%-
HSV(B)193.67º33.19%93.33%-
XYZ55.3264.7390.47-
YUV203.81147.2996.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.77%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=25.77%
G=35.66%
B=38.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592202380.330.0800.07193.6769.9177.84
Hex9FDCEE21807c2464e
Octal237334356411007302106116
Binary100111111101110011101110100001100001111100001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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