Shades of Blizzard Blue #9DE5F5
Tints of Blizzard Blue #9DE5F5
RGB
CMYK
RGB Variations
Color information
#9DE5F5 (or 0x9DE5F5) is known color: Blizzard Blue. HEX triplet: 9D, E5 and F5. RGB value is (157,229,245). Sum of RGB (Red+Green+Blue) = 157+229+245=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #9DE5F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE5F5 is #621A0A. Grayscale: #D1D1D1. Windows color (decimal): -6429195 or 16115101. OLE color: 16115101.
HSL color Cylindrical-coordinate representation of color #9DE5F5: hue angle of 190.91º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DE5F5 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 229 | 245 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.04 |
| HSL | 190.91º | 0.81% | 0.79% | - |
| HSV(B) | 190.91º | 0.36% | 0.96% | - |
| XYZ | 58.41 | 69.8 | 96.78 | - |
| YUV | 209.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 229 | 245 | 0.36 | 0.07 | 0 | 0.04 | 190.91 | 0.81 | 0.79 |
| Hex | 9D | E5 | F5 | 24 | 7 | 0 | 4 | BF | 51 | 4F |
| Octal | 235 | 345 | 365 | 44 | 7 | 0 | 4 | 277 | 121 | 117 |
| Binary | 10011101 | 11100101 | 11110101 | 100100 | 111 | 0 | 100 | 10111111 | 1010001 | 1001111 |
Color Harmonies of #9DE5F5
Complementary color
Monochromatic Colors of #9DE5F5
Black with #9DE5F5
Text Example
Text Example
White with #9DE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE5F5; }
p { color: rgb(157,229,245); }
H1.HeaderClassName
{
color: #9DE5F5;
}
.AnyTagClassName
{
color: #9DE5F5;
}
</style>
background-color css
<style>
a { background-color: #9DE5F5; }
a { background-color: rgb(157,229,245); }
div.DivClassName
{
background-color: #9DE5F5;
}
.BgClassName
{
background-color: #9DE5F5;
}
</style>
border-color css
<style>
span { border-color: #9DE5F5; }
span { border-color: rgb(157,229,245); }
td.TdClassName
{
border-color: #9DE5F5;
}
.TagClassName
{
border-color: #9DE5F5;
}
</style>