Shades of Blizzard Blue #99E8FA
Tints of Blizzard Blue #99E8FA
RGB
CMYK
RGB Variations
Color information
#99E8FA (or 0x99E8FA) is known color: Blizzard Blue. HEX triplet: 99, E8 and FA. RGB value is (153,232,250). Sum of RGB (Red+Green+Blue) = 153+232+250=635 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.09% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #99E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E8FA is #661705. Grayscale: #D2D2D2. Windows color (decimal): -6690566 or 16443545. OLE color: 16443545.
HSL color Cylindrical-coordinate representation of color #99E8FA: hue angle of 191.13º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99E8FA is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 232 | 250 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.02 |
| HSL | 191.13º | 0.91% | 0.79% | - |
| HSV(B) | 191.13º | 0.39% | 0.98% | - |
| XYZ | 59.25 | 71.39 | 101.1 | - |
| YUV | 210.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 250 | 0.39 | 0.07 | 0 | 0.02 | 191.13 | 0.91 | 0.79 |
| Hex | 99 | E8 | FA | 27 | 7 | 0 | 2 | BF | 5B | 4F |
| Octal | 231 | 350 | 372 | 47 | 7 | 0 | 2 | 277 | 133 | 117 |
| Binary | 10011001 | 11101000 | 11111010 | 100111 | 111 | 0 | 10 | 10111111 | 1011011 | 1001111 |
Color Harmonies of #99E8FA
Complementary color
Monochromatic Colors of #99E8FA
Black with #99E8FA
Text Example
Text Example
White with #99E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E8FA; }
p { color: rgb(153,232,250); }
H1.HeaderClassName
{
color: #99E8FA;
}
.AnyTagClassName
{
color: #99E8FA;
}
</style>
background-color css
<style>
a { background-color: #99E8FA; }
a { background-color: rgb(153,232,250); }
div.DivClassName
{
background-color: #99E8FA;
}
.BgClassName
{
background-color: #99E8FA;
}
</style>
border-color css
<style>
span { border-color: #99E8FA; }
span { border-color: rgb(153,232,250); }
td.TdClassName
{
border-color: #99E8FA;
}
.TagClassName
{
border-color: #99E8FA;
}
</style>