Shades of Blizzard Blue #9DF2FE
Tints of Blizzard Blue #9DF2FE
RGB
CMYK
RGB Variations
Color information
#9DF2FE (or 0x9DF2FE) is known color: Blizzard Blue. HEX triplet: 9D, F2 and FE. RGB value is (157,242,254). Sum of RGB (Red+Green+Blue) = 157+242+254=653 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.04% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DF2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF2FE is #620D01. Grayscale: #D9D9D9. Windows color (decimal): -6425858 or 16708253. OLE color: 16708253.
HSL color Cylindrical-coordinate representation of color #9DF2FE: hue angle of 187.42º 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 #9DF2FE is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 242 | 254 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.00 |
| HSL | 187.42º | 0.98% | 0.81% | - |
| HSV(B) | 187.42º | 0.38% | 1% | - |
| XYZ | 63.55 | 77.83 | 105.44 | - |
| YUV | 217.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 254 | 0.38 | 0.05 | 0 | 0.00 | 187.42 | 0.98 | 0.81 |
| Hex | 9D | F2 | FE | 26 | 5 | 0 | 0 | BB | 62 | 51 |
| Octal | 235 | 362 | 376 | 46 | 5 | 0 | 0 | 273 | 142 | 121 |
| Binary | 10011101 | 11110010 | 11111110 | 100110 | 101 | 0 | 0 | 10111011 | 1100010 | 1010001 |
Color Harmonies of #9DF2FE
Complementary color
Monochromatic Colors of #9DF2FE
Black with #9DF2FE
Text Example
Text Example
White with #9DF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF2FE; }
p { color: rgb(157,242,254); }
H1.HeaderClassName
{
color: #9DF2FE;
}
.AnyTagClassName
{
color: #9DF2FE;
}
</style>
background-color css
<style>
a { background-color: #9DF2FE; }
a { background-color: rgb(157,242,254); }
div.DivClassName
{
background-color: #9DF2FE;
}
.BgClassName
{
background-color: #9DF2FE;
}
</style>
border-color css
<style>
span { border-color: #9DF2FE; }
span { border-color: rgb(157,242,254); }
td.TdClassName
{
border-color: #9DF2FE;
}
.TagClassName
{
border-color: #9DF2FE;
}
</style>