Shades of Blizzard Blue #9CE7EE
Tints of Blizzard Blue #9CE7EE
RGB
CMYK
RGB Variations
Color information
#9CE7EE (or 0x9CE7EE) is known color: Blizzard Blue. HEX triplet: 9C, E7 and EE. RGB value is (156,231,238). Sum of RGB (Red+Green+Blue) = 156+231+238=625 (82% of max value = 765). Red value is 156 (61.33% from 255 or 24.96% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CE7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE7EE is #631811. Grayscale: #D1D1D1. Windows color (decimal): -6494226 or 15656860. OLE color: 15656860.
HSL color Cylindrical-coordinate representation of color #9CE7EE: hue angle of 185.12º 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 #9CE7EE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 231 | 238 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.07 |
| HSL | 185.12º | 0.71% | 0.77% | - |
| HSV(B) | 185.12º | 0.34% | 0.93% | - |
| XYZ | 57.72 | 70.39 | 91.43 | - |
| YUV | 209.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 238 | 0.34 | 0.03 | 0 | 0.07 | 185.12 | 0.71 | 0.77 |
| Hex | 9C | E7 | EE | 22 | 3 | 0 | 7 | B9 | 47 | 4D |
| Octal | 234 | 347 | 356 | 42 | 3 | 0 | 7 | 271 | 107 | 115 |
| Binary | 10011100 | 11100111 | 11101110 | 100010 | 11 | 0 | 111 | 10111001 | 1000111 | 1001101 |
Color Harmonies of #9CE7EE
Complementary color
Monochromatic Colors of #9CE7EE
Black with #9CE7EE
Text Example
Text Example
White with #9CE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE7EE; }
p { color: rgb(156,231,238); }
H1.HeaderClassName
{
color: #9CE7EE;
}
.AnyTagClassName
{
color: #9CE7EE;
}
</style>
background-color css
<style>
a { background-color: #9CE7EE; }
a { background-color: rgb(156,231,238); }
div.DivClassName
{
background-color: #9CE7EE;
}
.BgClassName
{
background-color: #9CE7EE;
}
</style>
border-color css
<style>
span { border-color: #9CE7EE; }
span { border-color: rgb(156,231,238); }
td.TdClassName
{
border-color: #9CE7EE;
}
.TagClassName
{
border-color: #9CE7EE;
}
</style>