#9CEBEC

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

Shades of Blizzard Blue #9CEBEC

Tints of Blizzard Blue #9CEBEC

Color information

#9CEBEC (or 0x9CEBEC) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EB and EC. RGB value is (156,235,236). Sum of RGB (Red+Green+Blue) = 156+235+236=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEBEC is #631413. Grayscale: #D3D3D3. Windows color (decimal): -6493204 or 15526812. OLE color: 15526812.

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

Color convert

RGB156235236-
CMYK0.340.0000.07
HSL180.75º67.8%76.86%-
HSV(B)180.75º33.9%92.55%-
XYZ58.5672.5490.27-
YUV211.49141.8388.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.88%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=24.88%
G=37.48%
B=37.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562352360.340.0000.07180.7567.876.86
Hex9CEBEC22007b5444d
Octal23435335442007265104115
Binary100111001110101111101100100010001111011010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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