Shades of Blizzard Blue #9DEEF8
Tints of Blizzard Blue #9DEEF8
RGB
CMYK
RGB Variations
Color information
#9DEEF8 (or 0x9DEEF8) is known color: Blizzard Blue. HEX triplet: 9D, EE and F8. RGB value is (157,238,248). Sum of RGB (Red+Green+Blue) = 157+238+248=643 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.42% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #9DEEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEF8 is #621107. Grayscale: #D6D6D6. Windows color (decimal): -6426888 or 16314013. OLE color: 16314013.
HSL color Cylindrical-coordinate representation of color #9DEEF8: hue angle of 186.59º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DEEF8 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 238 | 248 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.03 |
| HSL | 186.59º | 0.87% | 0.79% | - |
| HSV(B) | 186.59º | 0.37% | 0.97% | - |
| XYZ | 61.42 | 75.09 | 100.06 | - |
| YUV | 214.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 248 | 0.37 | 0.04 | 0 | 0.03 | 186.59 | 0.87 | 0.79 |
| Hex | 9D | EE | F8 | 25 | 4 | 0 | 3 | BB | 57 | 4F |
| Octal | 235 | 356 | 370 | 45 | 4 | 0 | 3 | 273 | 127 | 117 |
| Binary | 10011101 | 11101110 | 11111000 | 100101 | 100 | 0 | 11 | 10111011 | 1010111 | 1001111 |
Color Harmonies of #9DEEF8
Complementary color
Monochromatic Colors of #9DEEF8
Black with #9DEEF8
Text Example
Text Example
White with #9DEEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEEF8; }
p { color: rgb(157,238,248); }
H1.HeaderClassName
{
color: #9DEEF8;
}
.AnyTagClassName
{
color: #9DEEF8;
}
</style>
background-color css
<style>
a { background-color: #9DEEF8; }
a { background-color: rgb(157,238,248); }
div.DivClassName
{
background-color: #9DEEF8;
}
.BgClassName
{
background-color: #9DEEF8;
}
</style>
border-color css
<style>
span { border-color: #9DEEF8; }
span { border-color: rgb(157,238,248); }
td.TdClassName
{
border-color: #9DEEF8;
}
.TagClassName
{
border-color: #9DEEF8;
}
</style>