Shades of Blizzard Blue #9DF0FE
Tints of Blizzard Blue #9DF0FE
RGB
CMYK
RGB Variations
Color information
#9DF0FE (or 0x9DF0FE) is known color: Blizzard Blue. HEX triplet: 9D, F0 and FE. RGB value is (157,240,254). Sum of RGB (Red+Green+Blue) = 157+240+254=651 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.12% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF0FE is #620F01. Grayscale: #D8D8D8. Windows color (decimal): -6426370 or 16707741. OLE color: 16707741.
HSL color Cylindrical-coordinate representation of color #9DF0FE: hue angle of 188.66º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF0FE is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 240 | 254 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.00 |
| HSL | 188.66º | 0.98% | 0.81% | - |
| HSV(B) | 188.66º | 0.38% | 1% | - |
| XYZ | 62.95 | 76.64 | 105.24 | - |
| YUV | 216.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 254 | 0.38 | 0.06 | 0 | 0.00 | 188.66 | 0.98 | 0.81 |
| Hex | 9D | F0 | FE | 26 | 6 | 0 | 0 | BD | 62 | 51 |
| Octal | 235 | 360 | 376 | 46 | 6 | 0 | 0 | 275 | 142 | 121 |
| Binary | 10011101 | 11110000 | 11111110 | 100110 | 110 | 0 | 0 | 10111101 | 1100010 | 1010001 |
Color Harmonies of #9DF0FE
Complementary color
Monochromatic Colors of #9DF0FE
Black with #9DF0FE
Text Example
Text Example
White with #9DF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF0FE; }
p { color: rgb(157,240,254); }
H1.HeaderClassName
{
color: #9DF0FE;
}
.AnyTagClassName
{
color: #9DF0FE;
}
</style>
background-color css
<style>
a { background-color: #9DF0FE; }
a { background-color: rgb(157,240,254); }
div.DivClassName
{
background-color: #9DF0FE;
}
.BgClassName
{
background-color: #9DF0FE;
}
</style>
border-color css
<style>
span { border-color: #9DF0FE; }
span { border-color: rgb(157,240,254); }
td.TdClassName
{
border-color: #9DF0FE;
}
.TagClassName
{
border-color: #9DF0FE;
}
</style>