Shades of Blizzard Blue #9DEEEE
Tints of Blizzard Blue #9DEEEE
RGB
CMYK
RGB Variations
Color information
#9DEEEE (or 0x9DEEEE) is known color: Blizzard Blue. HEX triplet: 9D, EE and EE. RGB value is (157,238,238). Sum of RGB (Red+Green+Blue) = 157+238+238=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #9DEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEEE is #621111. Grayscale: #D5D5D5. Windows color (decimal): -6426898 or 15658653. OLE color: 15658653.
HSL color Cylindrical-coordinate representation of color #9DEEEE: hue angle of 180º degrees, saturation: 0.7, 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 #9DEEEE is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 238 | - |
| CMYK | 0.34 | 0 | 0 | 0.07 |
| HSL | 180º | 0.7% | 0.77% | - |
| HSV(B) | 180º | 0.34% | 0.93% | - |
| XYZ | 59.91 | 74.49 | 92.11 | - |
| YUV | 213.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 238 | 0.34 | 0 | 0 | 0.07 | 180 | 0.7 | 0.77 |
| Hex | 9D | EE | EE | 22 | 0 | 0 | 7 | B4 | 46 | 4D |
| Octal | 235 | 356 | 356 | 42 | 0 | 0 | 7 | 264 | 106 | 115 |
| Binary | 10011101 | 11101110 | 11101110 | 100010 | 0 | 0 | 111 | 10110100 | 1000110 | 1001101 |
Color Harmonies of #9DEEEE
Complementary color
Monochromatic Colors of #9DEEEE
Black with #9DEEEE
Text Example
Text Example
White with #9DEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEEE; }
p { color: rgb(157,238,238); }
H1.HeaderClassName
{
color: #9DEEEE;
}
.AnyTagClassName
{
color: #9DEEEE;
}
</style>
background-color css
<style>
a { background-color: #9DEEEE; }
a { background-color: rgb(157,238,238); }
div.DivClassName
{
background-color: #9DEEEE;
}
.BgClassName
{
background-color: #9DEEEE;
}
</style>
border-color css
<style>
span { border-color: #9DEEEE; }
span { border-color: rgb(157,238,238); }
td.TdClassName
{
border-color: #9DEEEE;
}
.TagClassName
{
border-color: #9DEEEE;
}
</style>