Shades of Blizzard Blue #9DE2EF
Tints of Blizzard Blue #9DE2EF
RGB
CMYK
RGB Variations
Color information
#9DE2EF (or 0x9DE2EF) is known color: Blizzard Blue. HEX triplet: 9D, E2 and EF. RGB value is (157,226,239). Sum of RGB (Red+Green+Blue) = 157+226+239=622 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.24% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE2EF is #621D10. Grayscale: #CECECE. Windows color (decimal): -6429969 or 15721117. OLE color: 15721117.
HSL color Cylindrical-coordinate representation of color #9DE2EF: hue angle of 189.51º 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 #9DE2EF is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 226 | 239 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.06 |
| HSL | 189.51º | 0.72% | 0.78% | - |
| HSV(B) | 189.51º | 0.34% | 0.94% | - |
| XYZ | 56.68 | 67.79 | 91.76 | - |
| YUV | 206.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 239 | 0.34 | 0.05 | 0 | 0.06 | 189.51 | 0.72 | 0.78 |
| Hex | 9D | E2 | EF | 22 | 5 | 0 | 6 | BE | 48 | 4E |
| Octal | 235 | 342 | 357 | 42 | 5 | 0 | 6 | 276 | 110 | 116 |
| Binary | 10011101 | 11100010 | 11101111 | 100010 | 101 | 0 | 110 | 10111110 | 1001000 | 1001110 |
Color Harmonies of #9DE2EF
Complementary color
Monochromatic Colors of #9DE2EF
Black with #9DE2EF
Text Example
Text Example
White with #9DE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE2EF; }
p { color: rgb(157,226,239); }
H1.HeaderClassName
{
color: #9DE2EF;
}
.AnyTagClassName
{
color: #9DE2EF;
}
</style>
background-color css
<style>
a { background-color: #9DE2EF; }
a { background-color: rgb(157,226,239); }
div.DivClassName
{
background-color: #9DE2EF;
}
.BgClassName
{
background-color: #9DE2EF;
}
</style>
border-color css
<style>
span { border-color: #9DE2EF; }
span { border-color: rgb(157,226,239); }
td.TdClassName
{
border-color: #9DE2EF;
}
.TagClassName
{
border-color: #9DE2EF;
}
</style>