Shades of Blizzard Blue #9CE9EB
Tints of Blizzard Blue #9CE9EB
RGB
CMYK
RGB Variations
Color information
#9CE9EB (or 0x9CE9EB) is known color: 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
| RGB | 156 | 233 | 235 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.08 |
| HSL | 181.52º | 0.66% | 0.77% | - |
| HSV(B) | 181.52º | 0.34% | 0.92% | - |
| XYZ | 57.84 | 71.34 | 89.32 | - |
| YUV | 210.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 235 | 0.34 | 0.01 | 0 | 0.08 | 181.52 | 0.66 | 0.77 |
| Hex | 9C | E9 | EB | 22 | 1 | 0 | 8 | B6 | 42 | 4D |
| Octal | 234 | 351 | 353 | 42 | 1 | 0 | 10 | 266 | 102 | 115 |
| Binary | 10011100 | 11101001 | 11101011 | 100010 | 1 | 0 | 1000 | 10110110 | 1000010 | 1001101 |
Color Harmonies of #9CE9EB
Complementary color
Monochromatic Colors of #9CE9EB
Black with #9CE9EB
Text Example
Text Example
White with #9CE9EB
Text Example
Text Example
HTML Codes & Css Web 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>