Shades of Blizzard Blue #99E6F8
Tints of Blizzard Blue #99E6F8
RGB
CMYK
RGB Variations
Color information
#99E6F8 (or 0x99E6F8) is known color: Blizzard Blue. HEX triplet: 99, E6 and F8. RGB value is (153,230,248). Sum of RGB (Red+Green+Blue) = 153+230+248=631 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.25% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #99E6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E6F8 is #661907. Grayscale: #D0D0D0. Windows color (decimal): -6691080 or 16311961. OLE color: 16311961.
HSL color Cylindrical-coordinate representation of color #99E6F8: hue angle of 191.37º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99E6F8 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 230 | 248 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.03 |
| HSL | 191.37º | 0.87% | 0.79% | - |
| HSV(B) | 191.37º | 0.38% | 0.97% | - |
| XYZ | 58.38 | 70.14 | 99.27 | - |
| YUV | 209.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 230 | 248 | 0.38 | 0.07 | 0 | 0.03 | 191.37 | 0.87 | 0.79 |
| Hex | 99 | E6 | F8 | 26 | 7 | 0 | 3 | BF | 57 | 4F |
| Octal | 231 | 346 | 370 | 46 | 7 | 0 | 3 | 277 | 127 | 117 |
| Binary | 10011001 | 11100110 | 11111000 | 100110 | 111 | 0 | 11 | 10111111 | 1010111 | 1001111 |
Color Harmonies of #99E6F8
Complementary color
Monochromatic Colors of #99E6F8
Black with #99E6F8
Text Example
Text Example
White with #99E6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E6F8; }
p { color: rgb(153,230,248); }
H1.HeaderClassName
{
color: #99E6F8;
}
.AnyTagClassName
{
color: #99E6F8;
}
</style>
background-color css
<style>
a { background-color: #99E6F8; }
a { background-color: rgb(153,230,248); }
div.DivClassName
{
background-color: #99E6F8;
}
.BgClassName
{
background-color: #99E6F8;
}
</style>
border-color css
<style>
span { border-color: #99E6F8; }
span { border-color: rgb(153,230,248); }
td.TdClassName
{
border-color: #99E6F8;
}
.TagClassName
{
border-color: #99E6F8;
}
</style>