Shades of Blizzard Blue #99EDF7
Tints of Blizzard Blue #99EDF7
RGB
CMYK
RGB Variations
Color information
#99EDF7 (or 0x99EDF7) is known color: Blizzard Blue. HEX triplet: 99, ED and F7. RGB value is (153,237,247). Sum of RGB (Red+Green+Blue) = 153+237+247=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #99EDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EDF7 is #661208. Grayscale: #D4D4D4. Windows color (decimal): -6689289 or 16248217. OLE color: 16248217.
HSL color Cylindrical-coordinate representation of color #99EDF7: hue angle of 186.38º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99EDF7 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 237 | 247 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.03 |
| HSL | 186.38º | 0.85% | 0.78% | - |
| HSV(B) | 186.38º | 0.38% | 0.97% | - |
| XYZ | 60.21 | 74.06 | 99.12 | - |
| YUV | 213.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 247 | 0.38 | 0.04 | 0 | 0.03 | 186.38 | 0.85 | 0.78 |
| Hex | 99 | ED | F7 | 26 | 4 | 0 | 3 | BA | 55 | 4E |
| Octal | 231 | 355 | 367 | 46 | 4 | 0 | 3 | 272 | 125 | 116 |
| Binary | 10011001 | 11101101 | 11110111 | 100110 | 100 | 0 | 11 | 10111010 | 1010101 | 1001110 |
Color Harmonies of #99EDF7
Complementary color
Monochromatic Colors of #99EDF7
Black with #99EDF7
Text Example
Text Example
White with #99EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDF7; }
p { color: rgb(153,237,247); }
H1.HeaderClassName
{
color: #99EDF7;
}
.AnyTagClassName
{
color: #99EDF7;
}
</style>
background-color css
<style>
a { background-color: #99EDF7; }
a { background-color: rgb(153,237,247); }
div.DivClassName
{
background-color: #99EDF7;
}
.BgClassName
{
background-color: #99EDF7;
}
</style>
border-color css
<style>
span { border-color: #99EDF7; }
span { border-color: rgb(153,237,247); }
td.TdClassName
{
border-color: #99EDF7;
}
.TagClassName
{
border-color: #99EDF7;
}
</style>