Shades of Blizzard Blue #88E6EA
Tints of Blizzard Blue #88E6EA
RGB
CMYK
RGB Variations
Color information
#88E6EA (or 0x88E6EA) is known color: Blizzard Blue. HEX triplet: 88, E6 and EA. RGB value is (136,230,234). Sum of RGB (Red+Green+Blue) = 136+230+234=600 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.67% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #88E6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E6EA is #771915. Grayscale: #CACACA. Windows color (decimal): -7805206 or 15394440. OLE color: 15394440.
HSL color Cylindrical-coordinate representation of color #88E6EA: hue angle of 182.45º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88E6EA is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 230 | 234 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.08 |
| HSL | 182.45º | 0.7% | 0.73% | - |
| HSV(B) | 182.45º | 0.42% | 0.92% | - |
| XYZ | 53.3 | 67.77 | 88.11 | - |
| YUV | 202.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 230 | 234 | 0.42 | 0.02 | 0 | 0.08 | 182.45 | 0.7 | 0.73 |
| Hex | 88 | E6 | EA | 2A | 2 | 0 | 8 | B6 | 46 | 49 |
| Octal | 210 | 346 | 352 | 52 | 2 | 0 | 10 | 266 | 106 | 111 |
| Binary | 10001000 | 11100110 | 11101010 | 101010 | 10 | 0 | 1000 | 10110110 | 1000110 | 1001001 |
Color Harmonies of #88E6EA
Complementary color
Monochromatic Colors of #88E6EA
Black with #88E6EA
Text Example
Text Example
White with #88E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E6EA; }
p { color: rgb(136,230,234); }
H1.HeaderClassName
{
color: #88E6EA;
}
.AnyTagClassName
{
color: #88E6EA;
}
</style>
background-color css
<style>
a { background-color: #88E6EA; }
a { background-color: rgb(136,230,234); }
div.DivClassName
{
background-color: #88E6EA;
}
.BgClassName
{
background-color: #88E6EA;
}
</style>
border-color css
<style>
span { border-color: #88E6EA; }
span { border-color: rgb(136,230,234); }
td.TdClassName
{
border-color: #88E6EA;
}
.TagClassName
{
border-color: #88E6EA;
}
</style>