Shades of Blizzard Blue #9DE4EC
Tints of Blizzard Blue #9DE4EC
RGB
CMYK
RGB Variations
Color information
#9DE4EC (or 0x9DE4EC) is known color: Blizzard Blue. HEX triplet: 9D, E4 and EC. RGB value is (157,228,236). Sum of RGB (Red+Green+Blue) = 157+228+236=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE4EC is #621B13. Grayscale: #CFCFCF. Windows color (decimal): -6429460 or 15525021. OLE color: 15525021.
HSL color Cylindrical-coordinate representation of color #9DE4EC: hue angle of 186.08º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE4EC is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 228 | 236 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.07 |
| HSL | 186.08º | 0.68% | 0.77% | - |
| HSV(B) | 186.08º | 0.33% | 0.93% | - |
| XYZ | 56.79 | 68.71 | 89.63 | - |
| YUV | 207.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 228 | 236 | 0.33 | 0.03 | 0 | 0.07 | 186.08 | 0.68 | 0.77 |
| Hex | 9D | E4 | EC | 21 | 3 | 0 | 7 | BA | 44 | 4D |
| Octal | 235 | 344 | 354 | 41 | 3 | 0 | 7 | 272 | 104 | 115 |
| Binary | 10011101 | 11100100 | 11101100 | 100001 | 11 | 0 | 111 | 10111010 | 1000100 | 1001101 |
Color Harmonies of #9DE4EC
Complementary color
Monochromatic Colors of #9DE4EC
Black with #9DE4EC
Text Example
Text Example
White with #9DE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE4EC; }
p { color: rgb(157,228,236); }
H1.HeaderClassName
{
color: #9DE4EC;
}
.AnyTagClassName
{
color: #9DE4EC;
}
</style>
background-color css
<style>
a { background-color: #9DE4EC; }
a { background-color: rgb(157,228,236); }
div.DivClassName
{
background-color: #9DE4EC;
}
.BgClassName
{
background-color: #9DE4EC;
}
</style>
border-color css
<style>
span { border-color: #9DE4EC; }
span { border-color: rgb(157,228,236); }
td.TdClassName
{
border-color: #9DE4EC;
}
.TagClassName
{
border-color: #9DE4EC;
}
</style>