Shades of Blizzard Blue #9CE9EE
Tints of Blizzard Blue #9CE9EE
RGB
CMYK
RGB Variations
Color information
#9CE9EE (or 0x9CE9EE) is known color: Blizzard Blue. HEX triplet: 9C, E9 and EE. RGB value is (156,233,238). Sum of RGB (Red+Green+Blue) = 156+233+238=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE9EE is #631611. Grayscale: #D2D2D2. Windows color (decimal): -6493714 or 15657372. OLE color: 15657372.
HSL color Cylindrical-coordinate representation of color #9CE9EE: hue angle of 183.66º degrees, saturation: 0.71, 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 #9CE9EE is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 233 | 238 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.07 |
| HSL | 183.66º | 0.71% | 0.77% | - |
| HSV(B) | 183.66º | 0.34% | 0.93% | - |
| XYZ | 58.28 | 71.52 | 91.62 | - |
| YUV | 210.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 238 | 0.34 | 0.02 | 0 | 0.07 | 183.66 | 0.71 | 0.77 |
| Hex | 9C | E9 | EE | 22 | 2 | 0 | 7 | B8 | 47 | 4D |
| Octal | 234 | 351 | 356 | 42 | 2 | 0 | 7 | 270 | 107 | 115 |
| Binary | 10011100 | 11101001 | 11101110 | 100010 | 10 | 0 | 111 | 10111000 | 1000111 | 1001101 |
Color Harmonies of #9CE9EE
Complementary color
Monochromatic Colors of #9CE9EE
Black with #9CE9EE
Text Example
Text Example
White with #9CE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE9EE; }
p { color: rgb(156,233,238); }
H1.HeaderClassName
{
color: #9CE9EE;
}
.AnyTagClassName
{
color: #9CE9EE;
}
</style>
background-color css
<style>
a { background-color: #9CE9EE; }
a { background-color: rgb(156,233,238); }
div.DivClassName
{
background-color: #9CE9EE;
}
.BgClassName
{
background-color: #9CE9EE;
}
</style>
border-color css
<style>
span { border-color: #9CE9EE; }
span { border-color: rgb(156,233,238); }
td.TdClassName
{
border-color: #9CE9EE;
}
.TagClassName
{
border-color: #9CE9EE;
}
</style>