Shades of Blizzard Blue #9CEDEE
Tints of Blizzard Blue #9CEDEE
RGB
CMYK
RGB Variations
Color information
#9CEDEE (or 0x9CEDEE) is known color: Blizzard Blue. HEX triplet: 9C, ED and EE. RGB value is (156,237,238). Sum of RGB (Red+Green+Blue) = 156+237+238=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEDEE is #631211. Grayscale: #D4D4D4. Windows color (decimal): -6492690 or 15658396. OLE color: 15658396.
HSL color Cylindrical-coordinate representation of color #9CEDEE: hue angle of 180.73º 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 #9CEDEE is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 238 | - |
| CMYK | 0.34 | 0.00 | 0 | 0.07 |
| HSL | 180.73º | 0.71% | 0.77% | - |
| HSV(B) | 180.73º | 0.34% | 0.93% | - |
| XYZ | 59.43 | 73.81 | 92 | - |
| YUV | 212.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 238 | 0.34 | 0.00 | 0 | 0.07 | 180.73 | 0.71 | 0.77 |
| Hex | 9C | ED | EE | 22 | 0 | 0 | 7 | B5 | 47 | 4D |
| Octal | 234 | 355 | 356 | 42 | 0 | 0 | 7 | 265 | 107 | 115 |
| Binary | 10011100 | 11101101 | 11101110 | 100010 | 0 | 0 | 111 | 10110101 | 1000111 | 1001101 |
Color Harmonies of #9CEDEE
Complementary color
Monochromatic Colors of #9CEDEE
Black with #9CEDEE
Text Example
Text Example
White with #9CEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDEE; }
p { color: rgb(156,237,238); }
H1.HeaderClassName
{
color: #9CEDEE;
}
.AnyTagClassName
{
color: #9CEDEE;
}
</style>
background-color css
<style>
a { background-color: #9CEDEE; }
a { background-color: rgb(156,237,238); }
div.DivClassName
{
background-color: #9CEDEE;
}
.BgClassName
{
background-color: #9CEDEE;
}
</style>
border-color css
<style>
span { border-color: #9CEDEE; }
span { border-color: rgb(156,237,238); }
td.TdClassName
{
border-color: #9CEDEE;
}
.TagClassName
{
border-color: #9CEDEE;
}
</style>