Shades of Blizzard Blue #9CE8EF
Tints of Blizzard Blue #9CE8EF
RGB
CMYK
RGB Variations
Color information
#9CE8EF (or 0x9CE8EF) is known color: Blizzard Blue. HEX triplet: 9C, E8 and EF. RGB value is (156,232,239). Sum of RGB (Red+Green+Blue) = 156+232+239=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE8EF is #631710. Grayscale: #D1D1D1. Windows color (decimal): -6493969 or 15722652. OLE color: 15722652.
HSL color Cylindrical-coordinate representation of color #9CE8EF: hue angle of 185.06º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CE8EF is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 232 | 239 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.06 |
| HSL | 185.06º | 0.72% | 0.77% | - |
| HSV(B) | 185.06º | 0.35% | 0.94% | - |
| XYZ | 58.15 | 71.01 | 92.3 | - |
| YUV | 210.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 232 | 239 | 0.35 | 0.03 | 0 | 0.06 | 185.06 | 0.72 | 0.77 |
| Hex | 9C | E8 | EF | 23 | 3 | 0 | 6 | B9 | 48 | 4D |
| Octal | 234 | 350 | 357 | 43 | 3 | 0 | 6 | 271 | 110 | 115 |
| Binary | 10011100 | 11101000 | 11101111 | 100011 | 11 | 0 | 110 | 10111001 | 1001000 | 1001101 |
Color Harmonies of #9CE8EF
Complementary color
Monochromatic Colors of #9CE8EF
Black with #9CE8EF
Text Example
Text Example
White with #9CE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE8EF; }
p { color: rgb(156,232,239); }
H1.HeaderClassName
{
color: #9CE8EF;
}
.AnyTagClassName
{
color: #9CE8EF;
}
</style>
background-color css
<style>
a { background-color: #9CE8EF; }
a { background-color: rgb(156,232,239); }
div.DivClassName
{
background-color: #9CE8EF;
}
.BgClassName
{
background-color: #9CE8EF;
}
</style>
border-color css
<style>
span { border-color: #9CE8EF; }
span { border-color: rgb(156,232,239); }
td.TdClassName
{
border-color: #9CE8EF;
}
.TagClassName
{
border-color: #9CE8EF;
}
</style>