Shades of Blizzard Blue #9EEDED
Tints of Blizzard Blue #9EEDED
RGB
CMYK
RGB Variations
Color information
#9EEDED (or 0x9EEDED) is known color: Blizzard Blue. HEX triplet: 9E, ED and ED. RGB value is (158,237,237). Sum of RGB (Red+Green+Blue) = 158+237+237=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #9EEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEDED is #611212. Grayscale: #D5D5D5. Windows color (decimal): -6361619 or 15592862. OLE color: 15592862.
HSL color Cylindrical-coordinate representation of color #9EEDED: 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.33%. Process color model (Four color, CMYK) of #9EEDED is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 237 | - |
| CMYK | 0.33 | 0 | 0 | 0.07 |
| HSL | 180º | 0.69% | 0.77% | - |
| HSV(B) | 180º | 0.33% | 0.93% | - |
| XYZ | 59.67 | 73.95 | 91.25 | - |
| YUV | 213.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 237 | 0.33 | 0 | 0 | 0.07 | 180 | 0.69 | 0.77 |
| Hex | 9E | ED | ED | 21 | 0 | 0 | 7 | B4 | 45 | 4D |
| Octal | 236 | 355 | 355 | 41 | 0 | 0 | 7 | 264 | 105 | 115 |
| Binary | 10011110 | 11101101 | 11101101 | 100001 | 0 | 0 | 111 | 10110100 | 1000101 | 1001101 |
Color Harmonies of #9EEDED
Complementary color
Monochromatic Colors of #9EEDED
Black with #9EEDED
Text Example
Text Example
White with #9EEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDED; }
p { color: rgb(158,237,237); }
H1.HeaderClassName
{
color: #9EEDED;
}
.AnyTagClassName
{
color: #9EEDED;
}
</style>
background-color css
<style>
a { background-color: #9EEDED; }
a { background-color: rgb(158,237,237); }
div.DivClassName
{
background-color: #9EEDED;
}
.BgClassName
{
background-color: #9EEDED;
}
</style>
border-color css
<style>
span { border-color: #9EEDED; }
span { border-color: rgb(158,237,237); }
td.TdClassName
{
border-color: #9EEDED;
}
.TagClassName
{
border-color: #9EEDED;
}
</style>