Shades of Blizzard Blue #9DE7EF
Tints of Blizzard Blue #9DE7EF
RGB
CMYK
RGB Variations
Color information
#9DE7EF (or 0x9DE7EF) is known color: Blizzard Blue. HEX triplet: 9D, E7 and EF. RGB value is (157,231,239). Sum of RGB (Red+Green+Blue) = 157+231+239=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE7EF is #621810. Grayscale: #D1D1D1. Windows color (decimal): -6428689 or 15722397. OLE color: 15722397.
HSL color Cylindrical-coordinate representation of color #9DE7EF: hue angle of 185.85º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DE7EF is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 231 | 239 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.06 |
| HSL | 185.85º | 0.72% | 0.78% | - |
| HSV(B) | 185.85º | 0.34% | 0.94% | - |
| XYZ | 58.06 | 70.55 | 92.22 | - |
| YUV | 209.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 231 | 239 | 0.34 | 0.03 | 0 | 0.06 | 185.85 | 0.72 | 0.78 |
| Hex | 9D | E7 | EF | 22 | 3 | 0 | 6 | BA | 48 | 4E |
| Octal | 235 | 347 | 357 | 42 | 3 | 0 | 6 | 272 | 110 | 116 |
| Binary | 10011101 | 11100111 | 11101111 | 100010 | 11 | 0 | 110 | 10111010 | 1001000 | 1001110 |
Color Harmonies of #9DE7EF
Complementary color
Monochromatic Colors of #9DE7EF
Black with #9DE7EF
Text Example
Text Example
White with #9DE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE7EF; }
p { color: rgb(157,231,239); }
H1.HeaderClassName
{
color: #9DE7EF;
}
.AnyTagClassName
{
color: #9DE7EF;
}
</style>
background-color css
<style>
a { background-color: #9DE7EF; }
a { background-color: rgb(157,231,239); }
div.DivClassName
{
background-color: #9DE7EF;
}
.BgClassName
{
background-color: #9DE7EF;
}
</style>
border-color css
<style>
span { border-color: #9DE7EF; }
span { border-color: rgb(157,231,239); }
td.TdClassName
{
border-color: #9DE7EF;
}
.TagClassName
{
border-color: #9DE7EF;
}
</style>