#9CE0EE

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

Shades of Blizzard Blue #9CE0EE

Tints of Blizzard Blue #9CE0EE

Color information

#9CE0EE (or 0x9CE0EE) is unknown color: approx Blizzard Blue. HEX triplet: 9C, E0 and EE. RGB value is (156,224,238). Sum of RGB (Red+Green+Blue) = 156+224+238=618 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.24% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE0EE is #631F11. Grayscale: #CDCDCD. Windows color (decimal): -6496018 or 15655068. OLE color: 15655068.

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

Color convert

RGB156224238-
CMYK0.340.0600.07
HSL190.24º70.69%77.25%-
HSV(B)190.24º34.45%93.33%-
XYZ55.866.5590.79-
YUV205.26146.4792.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.24%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=25.24%
G=36.25%
B=38.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562242380.340.0600.07190.2470.6977.25
Hex9CE0EE22607be474d
Octal23434035642607276107115
Binary10011100111000001110111010001011001111011111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,224,238); }

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

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

 a { background-color: rgb(156,224,238); }

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

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

 span { border-color: rgb(156,224,238); }

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