Shades of Blizzard Blue #9DE6F9
Tints of Blizzard Blue #9DE6F9
RGB
CMYK
RGB Variations
Color information
#9DE6F9 (or 0x9DE6F9) is known color: Blizzard Blue. HEX triplet: 9D, E6 and F9. RGB value is (157,230,249). Sum of RGB (Red+Green+Blue) = 157+230+249=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DE6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE6F9 is #621906. Grayscale: #D2D2D2. Windows color (decimal): -6428935 or 16377501. OLE color: 16377501.
HSL color Cylindrical-coordinate representation of color #9DE6F9: hue angle of 192.39º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DE6F9 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 230 | 249 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.02 |
| HSL | 192.39º | 0.88% | 0.8% | - |
| HSV(B) | 192.39º | 0.37% | 0.98% | - |
| XYZ | 59.3 | 70.6 | 100.12 | - |
| YUV | 210.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 230 | 249 | 0.37 | 0.08 | 0 | 0.02 | 192.39 | 0.88 | 0.8 |
| Hex | 9D | E6 | F9 | 25 | 8 | 0 | 2 | C0 | 58 | 50 |
| Octal | 235 | 346 | 371 | 45 | 10 | 0 | 2 | 300 | 130 | 120 |
| Binary | 10011101 | 11100110 | 11111001 | 100101 | 1000 | 0 | 10 | 11000000 | 1011000 | 1010000 |
Color Harmonies of #9DE6F9
Complementary color
Monochromatic Colors of #9DE6F9
Black with #9DE6F9
Text Example
Text Example
White with #9DE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE6F9; }
p { color: rgb(157,230,249); }
H1.HeaderClassName
{
color: #9DE6F9;
}
.AnyTagClassName
{
color: #9DE6F9;
}
</style>
background-color css
<style>
a { background-color: #9DE6F9; }
a { background-color: rgb(157,230,249); }
div.DivClassName
{
background-color: #9DE6F9;
}
.BgClassName
{
background-color: #9DE6F9;
}
</style>
border-color css
<style>
span { border-color: #9DE6F9; }
span { border-color: rgb(157,230,249); }
td.TdClassName
{
border-color: #9DE6F9;
}
.TagClassName
{
border-color: #9DE6F9;
}
</style>