Shades of Blizzard Blue #9DF1FF
Tints of Blizzard Blue #9DF1FF
RGB
CMYK
RGB Variations
Color information
#9DF1FF (or 0x9DF1FF) is known color: Blizzard Blue. HEX triplet: 9D, F1 and FF. RGB value is (157,241,255). Sum of RGB (Red+Green+Blue) = 157+241+255=653 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.04% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF1FF is #620E00. Grayscale: #D9D9D9. Windows color (decimal): -6426113 or 16773533. OLE color: 16773533.
HSL color Cylindrical-coordinate representation of color #9DF1FF: hue angle of 188.57º 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 #9DF1FF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 241 | 255 | - |
| CMYK | 0.38 | 0.05 | 0 | 0 |
| HSL | 188.57º | 1% | 0.81% | - |
| HSV(B) | 188.57º | 0.38% | 1% | - |
| XYZ | 63.41 | 77.3 | 106.19 | - |
| YUV | 217.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 255 | 0.38 | 0.05 | 0 | 0 | 188.57 | 1 | 0.81 |
| Hex | 9D | F1 | FF | 26 | 5 | 0 | 0 | BD | 64 | 51 |
| Octal | 235 | 361 | 377 | 46 | 5 | 0 | 0 | 275 | 144 | 121 |
| Binary | 10011101 | 11110001 | 11111111 | 100110 | 101 | 0 | 0 | 10111101 | 1100100 | 1010001 |
Color Harmonies of #9DF1FF
Complementary color
Monochromatic Colors of #9DF1FF
Black with #9DF1FF
Text Example
Text Example
White with #9DF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF1FF; }
p { color: rgb(157,241,255); }
H1.HeaderClassName
{
color: #9DF1FF;
}
.AnyTagClassName
{
color: #9DF1FF;
}
</style>
background-color css
<style>
a { background-color: #9DF1FF; }
a { background-color: rgb(157,241,255); }
div.DivClassName
{
background-color: #9DF1FF;
}
.BgClassName
{
background-color: #9DF1FF;
}
</style>
border-color css
<style>
span { border-color: #9DF1FF; }
span { border-color: rgb(157,241,255); }
td.TdClassName
{
border-color: #9DF1FF;
}
.TagClassName
{
border-color: #9DF1FF;
}
</style>