Shades of Blizzard Blue #9DF4FF
Tints of Blizzard Blue #9DF4FF
RGB
CMYK
RGB Variations
Color information
#9DF4FF (or 0x9DF4FF) is known color: Blizzard Blue. HEX triplet: 9D, F4 and FF. RGB value is (157,244,255). Sum of RGB (Red+Green+Blue) = 157+244+255=656 (86% of max value = 765). Red value is 157 (61.72% from 255 or 23.93% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF4FF is #620B00. Grayscale: #DBDBDB. Windows color (decimal): -6425345 or 16774301. OLE color: 16774301.
HSL color Cylindrical-coordinate representation of color #9DF4FF: hue angle of 186.73º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF4FF is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 244 | 255 | - |
| CMYK | 0.38 | 0.04 | 0 | 0 |
| HSL | 186.73º | 1% | 0.81% | - |
| HSV(B) | 186.73º | 0.38% | 1% | - |
| XYZ | 64.31 | 79.09 | 106.48 | - |
| YUV | 219.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 255 | 0.38 | 0.04 | 0 | 0 | 186.73 | 1 | 0.81 |
| Hex | 9D | F4 | FF | 26 | 4 | 0 | 0 | BB | 64 | 51 |
| Octal | 235 | 364 | 377 | 46 | 4 | 0 | 0 | 273 | 144 | 121 |
| Binary | 10011101 | 11110100 | 11111111 | 100110 | 100 | 0 | 0 | 10111011 | 1100100 | 1010001 |
Color Harmonies of #9DF4FF
Complementary color
Monochromatic Colors of #9DF4FF
Black with #9DF4FF
Text Example
Text Example
White with #9DF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF4FF; }
p { color: rgb(157,244,255); }
H1.HeaderClassName
{
color: #9DF4FF;
}
.AnyTagClassName
{
color: #9DF4FF;
}
</style>
background-color css
<style>
a { background-color: #9DF4FF; }
a { background-color: rgb(157,244,255); }
div.DivClassName
{
background-color: #9DF4FF;
}
.BgClassName
{
background-color: #9DF4FF;
}
</style>
border-color css
<style>
span { border-color: #9DF4FF; }
span { border-color: rgb(157,244,255); }
td.TdClassName
{
border-color: #9DF4FF;
}
.TagClassName
{
border-color: #9DF4FF;
}
</style>