Shades of Blizzard Blue #99E8F1
Tints of Blizzard Blue #99E8F1
RGB
CMYK
RGB Variations
Color information
#99E8F1 (or 0x99E8F1) is known color: Blizzard Blue. HEX triplet: 99, E8 and F1. RGB value is (153,232,241). Sum of RGB (Red+Green+Blue) = 153+232+241=626 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.44% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #99E8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E8F1 is #66170E. Grayscale: #D1D1D1. Windows color (decimal): -6690575 or 15853721. OLE color: 15853721.
HSL color Cylindrical-coordinate representation of color #99E8F1: hue angle of 186.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99E8F1 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 232 | 241 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.05 |
| HSL | 186.14º | 0.76% | 0.77% | - |
| HSV(B) | 186.14º | 0.37% | 0.95% | - |
| XYZ | 57.87 | 70.84 | 93.84 | - |
| YUV | 209.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 241 | 0.37 | 0.04 | 0 | 0.05 | 186.14 | 0.76 | 0.77 |
| Hex | 99 | E8 | F1 | 25 | 4 | 0 | 5 | BA | 4C | 4D |
| Octal | 231 | 350 | 361 | 45 | 4 | 0 | 5 | 272 | 114 | 115 |
| Binary | 10011001 | 11101000 | 11110001 | 100101 | 100 | 0 | 101 | 10111010 | 1001100 | 1001101 |
Color Harmonies of #99E8F1
Complementary color
Monochromatic Colors of #99E8F1
Black with #99E8F1
Text Example
Text Example
White with #99E8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E8F1; }
p { color: rgb(153,232,241); }
H1.HeaderClassName
{
color: #99E8F1;
}
.AnyTagClassName
{
color: #99E8F1;
}
</style>
background-color css
<style>
a { background-color: #99E8F1; }
a { background-color: rgb(153,232,241); }
div.DivClassName
{
background-color: #99E8F1;
}
.BgClassName
{
background-color: #99E8F1;
}
</style>
border-color css
<style>
span { border-color: #99E8F1; }
span { border-color: rgb(153,232,241); }
td.TdClassName
{
border-color: #99E8F1;
}
.TagClassName
{
border-color: #99E8F1;
}
</style>