#9CEBEA

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

Shades of Blizzard Blue #9CEBEA

Tints of Blizzard Blue #9CEBEA

Color information

#9CEBEA (or 0x9CEBEA) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EB and EA. RGB value is (156,235,234). Sum of RGB (Red+Green+Blue) = 156+235+234=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEBEA is #631415. Grayscale: #D3D3D3. Windows color (decimal): -6493206 or 15395740. OLE color: 15395740.

HSL color Cylindrical-coordinate representation of color #9CEBEA: hue angle of 179.24º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBEA is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB156235234-
CMYK0.3400.000.08
HSL179.24º66.39%76.67%-
HSV(B)179.24º33.62%92.16%-
XYZ58.2772.4388.75-
YUV211.26140.8388.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.96%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=24.96%
G=37.6%
B=37.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562352340.3400.000.08179.2466.3976.67
Hex9CEBEA22008b3424d
Octal234353352420010263102115
Binary1001110011101011111010101000100010001011001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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