Shades of Blizzard Blue #9DEEFA
Tints of Blizzard Blue #9DEEFA
RGB
CMYK
RGB Variations
Color information
#9DEEFA (or 0x9DEEFA) is known color: Blizzard Blue. HEX triplet: 9D, EE and FA. RGB value is (157,238,250). Sum of RGB (Red+Green+Blue) = 157+238+250=645 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.34% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEFA is #621105. Grayscale: #D7D7D7. Windows color (decimal): -6426886 or 16445085. OLE color: 16445085.
HSL color Cylindrical-coordinate representation of color #9DEEFA: hue angle of 187.74º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DEEFA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 238 | 250 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.02 |
| HSL | 187.74º | 0.9% | 0.8% | - |
| HSV(B) | 187.74º | 0.37% | 0.98% | - |
| XYZ | 61.73 | 75.22 | 101.71 | - |
| YUV | 215.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 250 | 0.37 | 0.05 | 0 | 0.02 | 187.74 | 0.9 | 0.8 |
| Hex | 9D | EE | FA | 25 | 5 | 0 | 2 | BC | 5A | 50 |
| Octal | 235 | 356 | 372 | 45 | 5 | 0 | 2 | 274 | 132 | 120 |
| Binary | 10011101 | 11101110 | 11111010 | 100101 | 101 | 0 | 10 | 10111100 | 1011010 | 1010000 |
Color Harmonies of #9DEEFA
Complementary color
Monochromatic Colors of #9DEEFA
Black with #9DEEFA
Text Example
Text Example
White with #9DEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEFA; }
p { color: rgb(157,238,250); }
H1.HeaderClassName
{
color: #9DEEFA;
}
.AnyTagClassName
{
color: #9DEEFA;
}
</style>
background-color css
<style>
a { background-color: #9DEEFA; }
a { background-color: rgb(157,238,250); }
div.DivClassName
{
background-color: #9DEEFA;
}
.BgClassName
{
background-color: #9DEEFA;
}
</style>
border-color css
<style>
span { border-color: #9DEEFA; }
span { border-color: rgb(157,238,250); }
td.TdClassName
{
border-color: #9DEEFA;
}
.TagClassName
{
border-color: #9DEEFA;
}
</style>