Shades of Blizzard Blue #99E2F1
Tints of Blizzard Blue #99E2F1
RGB
CMYK
RGB Variations
Color information
#99E2F1 (or 0x99E2F1) is known color: Blizzard Blue. HEX triplet: 99, E2 and F1. RGB value is (153,226,241). Sum of RGB (Red+Green+Blue) = 153+226+241=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #99E2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E2F1 is #661D0E. Grayscale: #CDCDCD. Windows color (decimal): -6692111 or 15852185. OLE color: 15852185.
HSL color Cylindrical-coordinate representation of color #99E2F1: hue angle of 190.23º 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 #99E2F1 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 226 | 241 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.05 |
| HSL | 190.23º | 0.76% | 0.77% | - |
| HSV(B) | 190.23º | 0.37% | 0.95% | - |
| XYZ | 56.21 | 67.52 | 93.29 | - |
| YUV | 205.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 241 | 0.37 | 0.06 | 0 | 0.05 | 190.23 | 0.76 | 0.77 |
| Hex | 99 | E2 | F1 | 25 | 6 | 0 | 5 | BE | 4C | 4D |
| Octal | 231 | 342 | 361 | 45 | 6 | 0 | 5 | 276 | 114 | 115 |
| Binary | 10011001 | 11100010 | 11110001 | 100101 | 110 | 0 | 101 | 10111110 | 1001100 | 1001101 |
Color Harmonies of #99E2F1
Complementary color
Monochromatic Colors of #99E2F1
Black with #99E2F1
Text Example
Text Example
White with #99E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2F1; }
p { color: rgb(153,226,241); }
H1.HeaderClassName
{
color: #99E2F1;
}
.AnyTagClassName
{
color: #99E2F1;
}
</style>
background-color css
<style>
a { background-color: #99E2F1; }
a { background-color: rgb(153,226,241); }
div.DivClassName
{
background-color: #99E2F1;
}
.BgClassName
{
background-color: #99E2F1;
}
</style>
border-color css
<style>
span { border-color: #99E2F1; }
span { border-color: rgb(153,226,241); }
td.TdClassName
{
border-color: #99E2F1;
}
.TagClassName
{
border-color: #99E2F1;
}
</style>