Shades of Blizzard Blue #99EBEB
Tints of Blizzard Blue #99EBEB
RGB
CMYK
RGB Variations
Color information
#99EBEB (or 0x99EBEB) is known color: Blizzard Blue. HEX triplet: 99, EB and EB. RGB value is (153,235,235). Sum of RGB (Red+Green+Blue) = 153+235+235=623 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.56% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #99EBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EBEB is #661414. Grayscale: #D2D2D2. Windows color (decimal): -6689813 or 15461273. OLE color: 15461273.
HSL color Cylindrical-coordinate representation of color #99EBEB: hue angle of 180º 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 #99EBEB is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 235 | - |
| CMYK | 0.35 | 0 | 0 | 0.08 |
| HSL | 180º | 0.67% | 0.76% | - |
| HSV(B) | 180º | 0.35% | 0.92% | - |
| XYZ | 57.84 | 72.19 | 89.48 | - |
| YUV | 210.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 235 | 0.35 | 0 | 0 | 0.08 | 180 | 0.67 | 0.76 |
| Hex | 99 | EB | EB | 23 | 0 | 0 | 8 | B4 | 43 | 4C |
| Octal | 231 | 353 | 353 | 43 | 0 | 0 | 10 | 264 | 103 | 114 |
| Binary | 10011001 | 11101011 | 11101011 | 100011 | 0 | 0 | 1000 | 10110100 | 1000011 | 1001100 |
Color Harmonies of #99EBEB
Complementary color
Monochromatic Colors of #99EBEB
Black with #99EBEB
Text Example
Text Example
White with #99EBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBEB; }
p { color: rgb(153,235,235); }
H1.HeaderClassName
{
color: #99EBEB;
}
.AnyTagClassName
{
color: #99EBEB;
}
</style>
background-color css
<style>
a { background-color: #99EBEB; }
a { background-color: rgb(153,235,235); }
div.DivClassName
{
background-color: #99EBEB;
}
.BgClassName
{
background-color: #99EBEB;
}
</style>
border-color css
<style>
span { border-color: #99EBEB; }
span { border-color: rgb(153,235,235); }
td.TdClassName
{
border-color: #99EBEB;
}
.TagClassName
{
border-color: #99EBEB;
}
</style>