Shades of Blizzard Blue #9DE5EE
Tints of Blizzard Blue #9DE5EE
RGB
CMYK
RGB Variations
Color information
#9DE5EE (or 0x9DE5EE) is known color: Blizzard Blue. HEX triplet: 9D, E5 and EE. RGB value is (157,229,238). Sum of RGB (Red+Green+Blue) = 157+229+238=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE5EE is #621A11. Grayscale: #D0D0D0. Windows color (decimal): -6429202 or 15656349. OLE color: 15656349.
HSL color Cylindrical-coordinate representation of color #9DE5EE: hue angle of 186.67º 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 #9DE5EE is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 229 | 238 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.07 |
| HSL | 186.67º | 0.7% | 0.77% | - |
| HSV(B) | 186.67º | 0.34% | 0.93% | - |
| XYZ | 57.36 | 69.38 | 91.26 | - |
| YUV | 208.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 229 | 238 | 0.34 | 0.04 | 0 | 0.07 | 186.67 | 0.7 | 0.77 |
| Hex | 9D | E5 | EE | 22 | 4 | 0 | 7 | BB | 46 | 4D |
| Octal | 235 | 345 | 356 | 42 | 4 | 0 | 7 | 273 | 106 | 115 |
| Binary | 10011101 | 11100101 | 11101110 | 100010 | 100 | 0 | 111 | 10111011 | 1000110 | 1001101 |
Color Harmonies of #9DE5EE
Complementary color
Monochromatic Colors of #9DE5EE
Black with #9DE5EE
Text Example
Text Example
White with #9DE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE5EE; }
p { color: rgb(157,229,238); }
H1.HeaderClassName
{
color: #9DE5EE;
}
.AnyTagClassName
{
color: #9DE5EE;
}
</style>
background-color css
<style>
a { background-color: #9DE5EE; }
a { background-color: rgb(157,229,238); }
div.DivClassName
{
background-color: #9DE5EE;
}
.BgClassName
{
background-color: #9DE5EE;
}
</style>
border-color css
<style>
span { border-color: #9DE5EE; }
span { border-color: rgb(157,229,238); }
td.TdClassName
{
border-color: #9DE5EE;
}
.TagClassName
{
border-color: #9DE5EE;
}
</style>