#9CE9EB

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

Shades of Blizzard Blue #9CE9EB

Tints of Blizzard Blue #9CE9EB

Color information

#9CE9EB (or 0x9CE9EB) is unknown color: approx Blizzard Blue. HEX triplet: 9C, E9 and EB. RGB value is (156,233,235). Sum of RGB (Red+Green+Blue) = 156+233+235=624 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CE9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE9EB is #631614. Grayscale: #D2D2D2. Windows color (decimal): -6493717 or 15460764. OLE color: 15460764.

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

Color convert

RGB156233235-
CMYK0.340.0100.08
HSL181.52º66.39%76.67%-
HSV(B)181.52º33.62%92.16%-
XYZ57.8471.3489.32-
YUV210.2141.9989.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=25%
G=37.34%
B=37.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562332350.340.0100.08181.5266.3976.67
Hex9CE9EB22108b6424d
Octal234351353421010266102115
Binary1001110011101001111010111000101010001011011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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