#9CECEA

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

Shades of Blizzard Blue #9CECEA

Tints of Blizzard Blue #9CECEA

Color information

#9CECEA (or 0x9CECEA) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EC and EA. RGB value is (156,236,234). Sum of RGB (Red+Green+Blue) = 156+236+234=626 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.92% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CECEA is #631315. Grayscale: #D3D3D3. Windows color (decimal): -6492950 or 15395996. OLE color: 15395996.

HSL color Cylindrical-coordinate representation of color #9CECEA: hue angle of 178.5º degrees, saturation: 0.68, 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 #9CECEA is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB156236234-
CMYK0.3400.010.07
HSL178.5º67.8%76.86%-
HSV(B)178.5º33.9%92.55%-
XYZ58.567388.85-
YUV211.85140.588.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.92%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=24.92%
G=37.70%
B=37.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562362340.3400.010.07178.567.876.86
Hex9CECEA22017b2444d
Octal23435435242017262104115
Binary100111001110110011101010100010011111011001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,236,234); }

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

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

 a { background-color: rgb(156,236,234); }

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

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

 span { border-color: rgb(156,236,234); }

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