Shades of Blizzard Blue #99E8EA
Tints of Blizzard Blue #99E8EA
RGB
CMYK
RGB Variations
Color information
#99E8EA (or 0x99E8EA) is known color: Blizzard Blue. HEX triplet: 99, E8 and EA. RGB value is (153,232,234). Sum of RGB (Red+Green+Blue) = 153+232+234=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #99E8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E8EA is #661715. Grayscale: #D0D0D0. Windows color (decimal): -6690582 or 15394969. OLE color: 15394969.
HSL color Cylindrical-coordinate representation of color #99E8EA: hue angle of 181.48º degrees, saturation: 0.66, 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 #99E8EA is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 232 | 234 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.08 |
| HSL | 181.48º | 0.66% | 0.76% | - |
| HSV(B) | 181.48º | 0.35% | 0.92% | - |
| XYZ | 56.84 | 70.43 | 88.44 | - |
| YUV | 208.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 234 | 0.35 | 0.01 | 0 | 0.08 | 181.48 | 0.66 | 0.76 |
| Hex | 99 | E8 | EA | 23 | 1 | 0 | 8 | B5 | 42 | 4C |
| Octal | 231 | 350 | 352 | 43 | 1 | 0 | 10 | 265 | 102 | 114 |
| Binary | 10011001 | 11101000 | 11101010 | 100011 | 1 | 0 | 1000 | 10110101 | 1000010 | 1001100 |
Color Harmonies of #99E8EA
Complementary color
Monochromatic Colors of #99E8EA
Black with #99E8EA
Text Example
Text Example
White with #99E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E8EA; }
p { color: rgb(153,232,234); }
H1.HeaderClassName
{
color: #99E8EA;
}
.AnyTagClassName
{
color: #99E8EA;
}
</style>
background-color css
<style>
a { background-color: #99E8EA; }
a { background-color: rgb(153,232,234); }
div.DivClassName
{
background-color: #99E8EA;
}
.BgClassName
{
background-color: #99E8EA;
}
</style>
border-color css
<style>
span { border-color: #99E8EA; }
span { border-color: rgb(153,232,234); }
td.TdClassName
{
border-color: #99E8EA;
}
.TagClassName
{
border-color: #99E8EA;
}
</style>