Shades of Blizzard Blue #9DE5E2
Tints of Blizzard Blue #9DE5E2
RGB
CMYK
RGB Variations
Color information
#9DE5E2 (or 0x9DE5E2) is known color: Blizzard Blue. HEX triplet: 9D, E5 and E2. RGB value is (157,229,226). Sum of RGB (Red+Green+Blue) = 157+229+226=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE5E2 is #621A1D. Grayscale: #CFCFCF. Windows color (decimal): -6429214 or 14869917. OLE color: 14869917.
HSL color Cylindrical-coordinate representation of color #9DE5E2: hue angle of 177.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE5E2 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 229 | 226 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.10 |
| HSL | 177.5º | 0.58% | 0.76% | - |
| HSV(B) | 177.5º | 0.31% | 0.9% | - |
| XYZ | 55.65 | 68.7 | 82.28 | - |
| YUV | 207.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 229 | 226 | 0.31 | 0 | 0.01 | 0.10 | 177.5 | 0.58 | 0.76 |
| Hex | 9D | E5 | E2 | 1F | 0 | 1 | A | B2 | 3A | 4C |
| Octal | 235 | 345 | 342 | 37 | 0 | 1 | 12 | 262 | 72 | 114 |
| Binary | 10011101 | 11100101 | 11100010 | 11111 | 0 | 1 | 1010 | 10110010 | 111010 | 1001100 |
Color Harmonies of #9DE5E2
Complementary color
Monochromatic Colors of #9DE5E2
Black with #9DE5E2
Text Example
Text Example
White with #9DE5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE5E2; }
p { color: rgb(157,229,226); }
H1.HeaderClassName
{
color: #9DE5E2;
}
.AnyTagClassName
{
color: #9DE5E2;
}
</style>
background-color css
<style>
a { background-color: #9DE5E2; }
a { background-color: rgb(157,229,226); }
div.DivClassName
{
background-color: #9DE5E2;
}
.BgClassName
{
background-color: #9DE5E2;
}
</style>
border-color css
<style>
span { border-color: #9DE5E2; }
span { border-color: rgb(157,229,226); }
td.TdClassName
{
border-color: #9DE5E2;
}
.TagClassName
{
border-color: #9DE5E2;
}
</style>