Shades of Blizzard Blue #9CEDED
Tints of Blizzard Blue #9CEDED
RGB
CMYK
RGB Variations
Color information
#9CEDED (or 0x9CEDED) is known color: Blizzard Blue. HEX triplet: 9C, ED and ED. RGB value is (156,237,237). Sum of RGB (Red+Green+Blue) = 156+237+237=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #9CEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEDED is #631212. Grayscale: #D4D4D4. Windows color (decimal): -6492691 or 15592860. OLE color: 15592860.
HSL color Cylindrical-coordinate representation of color #9CEDED: hue angle of 180º 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 #9CEDED is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 237 | - |
| CMYK | 0.34 | 0 | 0 | 0.07 |
| HSL | 180º | 0.69% | 0.77% | - |
| HSV(B) | 180º | 0.34% | 0.93% | - |
| XYZ | 59.28 | 73.75 | 91.23 | - |
| YUV | 212.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 237 | 0.34 | 0 | 0 | 0.07 | 180 | 0.69 | 0.77 |
| Hex | 9C | ED | ED | 22 | 0 | 0 | 7 | B4 | 45 | 4D |
| Octal | 234 | 355 | 355 | 42 | 0 | 0 | 7 | 264 | 105 | 115 |
| Binary | 10011100 | 11101101 | 11101101 | 100010 | 0 | 0 | 111 | 10110100 | 1000101 | 1001101 |
Color Harmonies of #9CEDED
Complementary color
Monochromatic Colors of #9CEDED
Black with #9CEDED
Text Example
Text Example
White with #9CEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDED; }
p { color: rgb(156,237,237); }
H1.HeaderClassName
{
color: #9CEDED;
}
.AnyTagClassName
{
color: #9CEDED;
}
</style>
background-color css
<style>
a { background-color: #9CEDED; }
a { background-color: rgb(156,237,237); }
div.DivClassName
{
background-color: #9CEDED;
}
.BgClassName
{
background-color: #9CEDED;
}
</style>
border-color css
<style>
span { border-color: #9CEDED; }
span { border-color: rgb(156,237,237); }
td.TdClassName
{
border-color: #9CEDED;
}
.TagClassName
{
border-color: #9CEDED;
}
</style>