Shades of Blizzard Blue #99EAF7
Tints of Blizzard Blue #99EAF7
RGB
CMYK
RGB Variations
Color information
#99EAF7 (or 0x99EAF7) is known color: Blizzard Blue. HEX triplet: 99, EA and F7. RGB value is (153,234,247). Sum of RGB (Red+Green+Blue) = 153+234+247=634 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.13% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #99EAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAF7 is #661508. Grayscale: #D3D3D3. Windows color (decimal): -6690057 or 16247449. OLE color: 16247449.
HSL color Cylindrical-coordinate representation of color #99EAF7: hue angle of 188.3º 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 #99EAF7 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 234 | 247 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.03 |
| HSL | 188.3º | 0.85% | 0.78% | - |
| HSV(B) | 188.3º | 0.38% | 0.97% | - |
| XYZ | 59.35 | 72.33 | 98.83 | - |
| YUV | 211.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 247 | 0.38 | 0.05 | 0 | 0.03 | 188.3 | 0.85 | 0.78 |
| Hex | 99 | EA | F7 | 26 | 5 | 0 | 3 | BC | 55 | 4E |
| Octal | 231 | 352 | 367 | 46 | 5 | 0 | 3 | 274 | 125 | 116 |
| Binary | 10011001 | 11101010 | 11110111 | 100110 | 101 | 0 | 11 | 10111100 | 1010101 | 1001110 |
Color Harmonies of #99EAF7
Complementary color
Monochromatic Colors of #99EAF7
Black with #99EAF7
Text Example
Text Example
White with #99EAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EAF7; }
p { color: rgb(153,234,247); }
H1.HeaderClassName
{
color: #99EAF7;
}
.AnyTagClassName
{
color: #99EAF7;
}
</style>
background-color css
<style>
a { background-color: #99EAF7; }
a { background-color: rgb(153,234,247); }
div.DivClassName
{
background-color: #99EAF7;
}
.BgClassName
{
background-color: #99EAF7;
}
</style>
border-color css
<style>
span { border-color: #99EAF7; }
span { border-color: rgb(153,234,247); }
td.TdClassName
{
border-color: #99EAF7;
}
.TagClassName
{
border-color: #99EAF7;
}
</style>