Shades of Blizzard Blue #9DE6E2
Tints of Blizzard Blue #9DE6E2
RGB
CMYK
RGB Variations
Color information
#9DE6E2 (or 0x9DE6E2) is known color: Blizzard Blue. HEX triplet: 9D, E6 and E2. RGB value is (157,230,226). Sum of RGB (Red+Green+Blue) = 157+230+226=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6E2 is #62191D. Grayscale: #CFCFCF. Windows color (decimal): -6428958 or 14870173. OLE color: 14870173.
HSL color Cylindrical-coordinate representation of color #9DE6E2: hue angle of 176.71º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6E2 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 230 | 226 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.10 |
| HSL | 176.71º | 0.59% | 0.76% | - |
| HSV(B) | 176.71º | 0.32% | 0.9% | - |
| XYZ | 55.93 | 69.25 | 82.37 | - |
| YUV | 207.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 230 | 226 | 0.32 | 0 | 0.02 | 0.10 | 176.71 | 0.59 | 0.76 |
| Hex | 9D | E6 | E2 | 20 | 0 | 2 | A | B1 | 3B | 4C |
| Octal | 235 | 346 | 342 | 40 | 0 | 2 | 12 | 261 | 73 | 114 |
| Binary | 10011101 | 11100110 | 11100010 | 100000 | 0 | 10 | 1010 | 10110001 | 111011 | 1001100 |
Color Harmonies of #9DE6E2
Complementary color
Monochromatic Colors of #9DE6E2
Black with #9DE6E2
Text Example
Text Example
White with #9DE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE6E2; }
p { color: rgb(157,230,226); }
H1.HeaderClassName
{
color: #9DE6E2;
}
.AnyTagClassName
{
color: #9DE6E2;
}
</style>
background-color css
<style>
a { background-color: #9DE6E2; }
a { background-color: rgb(157,230,226); }
div.DivClassName
{
background-color: #9DE6E2;
}
.BgClassName
{
background-color: #9DE6E2;
}
</style>
border-color css
<style>
span { border-color: #9DE6E2; }
span { border-color: rgb(157,230,226); }
td.TdClassName
{
border-color: #9DE6E2;
}
.TagClassName
{
border-color: #9DE6E2;
}
</style>