Shades of Blizzard Blue #9CE6ED
Tints of Blizzard Blue #9CE6ED
RGB
CMYK
RGB Variations
Color information
#9CE6ED (or 0x9CE6ED) is known color: Blizzard Blue. HEX triplet: 9C, E6 and ED. RGB value is (156,230,237). Sum of RGB (Red+Green+Blue) = 156+230+237=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE6ED is #631912. Grayscale: #D0D0D0. Windows color (decimal): -6494483 or 15591068. OLE color: 15591068.
HSL color Cylindrical-coordinate representation of color #9CE6ED: hue angle of 185.19º degrees, saturation: 0.69, 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 #9CE6ED is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 230 | 237 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.07 |
| HSL | 185.19º | 0.69% | 0.77% | - |
| HSV(B) | 185.19º | 0.34% | 0.93% | - |
| XYZ | 57.29 | 69.78 | 90.57 | - |
| YUV | 208.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 237 | 0.34 | 0.03 | 0 | 0.07 | 185.19 | 0.69 | 0.77 |
| Hex | 9C | E6 | ED | 22 | 3 | 0 | 7 | B9 | 45 | 4D |
| Octal | 234 | 346 | 355 | 42 | 3 | 0 | 7 | 271 | 105 | 115 |
| Binary | 10011100 | 11100110 | 11101101 | 100010 | 11 | 0 | 111 | 10111001 | 1000101 | 1001101 |
Color Harmonies of #9CE6ED
Complementary color
Monochromatic Colors of #9CE6ED
Black with #9CE6ED
Text Example
Text Example
White with #9CE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE6ED; }
p { color: rgb(156,230,237); }
H1.HeaderClassName
{
color: #9CE6ED;
}
.AnyTagClassName
{
color: #9CE6ED;
}
</style>
background-color css
<style>
a { background-color: #9CE6ED; }
a { background-color: rgb(156,230,237); }
div.DivClassName
{
background-color: #9CE6ED;
}
.BgClassName
{
background-color: #9CE6ED;
}
</style>
border-color css
<style>
span { border-color: #9CE6ED; }
span { border-color: rgb(156,230,237); }
td.TdClassName
{
border-color: #9CE6ED;
}
.TagClassName
{
border-color: #9CE6ED;
}
</style>