Shades of Blizzard Blue #99EAEB
Tints of Blizzard Blue #99EAEB
RGB
CMYK
RGB Variations
Color information
#99EAEB (or 0x99EAEB) is known color: Blizzard Blue. HEX triplet: 99, EA and EB. RGB value is (153,234,235). Sum of RGB (Red+Green+Blue) = 153+234+235=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #99EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAEB is #661514. Grayscale: #D1D1D1. Windows color (decimal): -6690069 or 15461017. OLE color: 15461017.
HSL color Cylindrical-coordinate representation of color #99EAEB: hue angle of 180.73º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EAEB is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 235 | - |
| CMYK | 0.35 | 0.00 | 0 | 0.08 |
| HSL | 180.73º | 0.67% | 0.76% | - |
| HSV(B) | 180.73º | 0.35% | 0.92% | - |
| XYZ | 57.56 | 71.62 | 89.39 | - |
| YUV | 209.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 235 | 0.35 | 0.00 | 0 | 0.08 | 180.73 | 0.67 | 0.76 |
| Hex | 99 | EA | EB | 23 | 0 | 0 | 8 | B5 | 43 | 4C |
| Octal | 231 | 352 | 353 | 43 | 0 | 0 | 10 | 265 | 103 | 114 |
| Binary | 10011001 | 11101010 | 11101011 | 100011 | 0 | 0 | 1000 | 10110101 | 1000011 | 1001100 |
Color Harmonies of #99EAEB
Complementary color
Monochromatic Colors of #99EAEB
Black with #99EAEB
Text Example
Text Example
White with #99EAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EAEB; }
p { color: rgb(153,234,235); }
H1.HeaderClassName
{
color: #99EAEB;
}
.AnyTagClassName
{
color: #99EAEB;
}
</style>
background-color css
<style>
a { background-color: #99EAEB; }
a { background-color: rgb(153,234,235); }
div.DivClassName
{
background-color: #99EAEB;
}
.BgClassName
{
background-color: #99EAEB;
}
</style>
border-color css
<style>
span { border-color: #99EAEB; }
span { border-color: rgb(153,234,235); }
td.TdClassName
{
border-color: #99EAEB;
}
.TagClassName
{
border-color: #99EAEB;
}
</style>