Shades of Blizzard Blue #9DEAFC
Tints of Blizzard Blue #9DEAFC
RGB
CMYK
RGB Variations
Color information
#9DEAFC (or 0x9DEAFC) is known color: Blizzard Blue. HEX triplet: 9D, EA and FC. RGB value is (157,234,252). Sum of RGB (Red+Green+Blue) = 157+234+252=643 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.42% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DEAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAFC is #621503. Grayscale: #D4D4D4. Windows color (decimal): -6427908 or 16575133. OLE color: 16575133.
HSL color Cylindrical-coordinate representation of color #9DEAFC: hue angle of 191.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DEAFC is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 234 | 252 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.01 |
| HSL | 191.37º | 0.94% | 0.8% | - |
| HSV(B) | 191.37º | 0.38% | 0.99% | - |
| XYZ | 60.9 | 73.04 | 102.98 | - |
| YUV | 213.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 252 | 0.38 | 0.07 | 0 | 0.01 | 191.37 | 0.94 | 0.8 |
| Hex | 9D | EA | FC | 26 | 7 | 0 | 1 | BF | 5E | 50 |
| Octal | 235 | 352 | 374 | 46 | 7 | 0 | 1 | 277 | 136 | 120 |
| Binary | 10011101 | 11101010 | 11111100 | 100110 | 111 | 0 | 1 | 10111111 | 1011110 | 1010000 |
Color Harmonies of #9DEAFC
Complementary color
Monochromatic Colors of #9DEAFC
Black with #9DEAFC
Text Example
Text Example
White with #9DEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEAFC; }
p { color: rgb(157,234,252); }
H1.HeaderClassName
{
color: #9DEAFC;
}
.AnyTagClassName
{
color: #9DEAFC;
}
</style>
background-color css
<style>
a { background-color: #9DEAFC; }
a { background-color: rgb(157,234,252); }
div.DivClassName
{
background-color: #9DEAFC;
}
.BgClassName
{
background-color: #9DEAFC;
}
</style>
border-color css
<style>
span { border-color: #9DEAFC; }
span { border-color: rgb(157,234,252); }
td.TdClassName
{
border-color: #9DEAFC;
}
.TagClassName
{
border-color: #9DEAFC;
}
</style>