Shades of Blizzard Blue #9EEEEE
Tints of Blizzard Blue #9EEEEE
RGB
CMYK
RGB Variations
Color information
#9EEEEE (or 0x9EEEEE) is known color: Blizzard Blue. HEX triplet: 9E, EE and EE. RGB value is (158,238,238). Sum of RGB (Red+Green+Blue) = 158+238+238=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #9EEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEEEE is #611111. Grayscale: #D6D6D6. Windows color (decimal): -6361362 or 15658654. OLE color: 15658654.
HSL color Cylindrical-coordinate representation of color #9EEEEE: hue angle of 180º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEEEE is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 238 | 238 | - |
| CMYK | 0.34 | 0 | 0 | 0.07 |
| HSL | 180º | 0.7% | 0.78% | - |
| HSV(B) | 180º | 0.34% | 0.93% | - |
| XYZ | 60.11 | 74.59 | 92.12 | - |
| YUV | 214.08 | 141.5 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 238 | 238 | 0.34 | 0 | 0 | 0.07 | 180 | 0.7 | 0.78 |
| Hex | 9E | EE | EE | 22 | 0 | 0 | 7 | B4 | 46 | 4E |
| Octal | 236 | 356 | 356 | 42 | 0 | 0 | 7 | 264 | 106 | 116 |
| Binary | 10011110 | 11101110 | 11101110 | 100010 | 0 | 0 | 111 | 10110100 | 1000110 | 1001110 |
Color Harmonies of #9EEEEE
Complementary color
Monochromatic Colors of #9EEEEE
Black with #9EEEEE
Text Example
Text Example
White with #9EEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEEEE; }
p { color: rgb(158,238,238); }
H1.HeaderClassName
{
color: #9EEEEE;
}
.AnyTagClassName
{
color: #9EEEEE;
}
</style>
background-color css
<style>
a { background-color: #9EEEEE; }
a { background-color: rgb(158,238,238); }
div.DivClassName
{
background-color: #9EEEEE;
}
.BgClassName
{
background-color: #9EEEEE;
}
</style>
border-color css
<style>
span { border-color: #9EEEEE; }
span { border-color: rgb(158,238,238); }
td.TdClassName
{
border-color: #9EEEEE;
}
.TagClassName
{
border-color: #9EEEEE;
}
</style>