Shades of Blizzard Blue #88E5EF
Tints of Blizzard Blue #88E5EF
RGB
CMYK
RGB Variations
Color information
#88E5EF (or 0x88E5EF) is known color: Blizzard Blue. HEX triplet: 88, E5 and EF. RGB value is (136,229,239). Sum of RGB (Red+Green+Blue) = 136+229+239=604 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.52% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #88E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E5EF is #771A10. Grayscale: #CACACA. Windows color (decimal): -7805457 or 15721864. OLE color: 15721864.
HSL color Cylindrical-coordinate representation of color #88E5EF: hue angle of 185.83º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88E5EF is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 229 | 239 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.06 |
| HSL | 185.83º | 0.76% | 0.74% | - |
| HSV(B) | 185.83º | 0.43% | 0.94% | - |
| XYZ | 53.75 | 67.5 | 91.86 | - |
| YUV | 202.33 | 148.69 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 229 | 239 | 0.43 | 0.04 | 0 | 0.06 | 185.83 | 0.76 | 0.74 |
| Hex | 88 | E5 | EF | 2B | 4 | 0 | 6 | BA | 4C | 4A |
| Octal | 210 | 345 | 357 | 53 | 4 | 0 | 6 | 272 | 114 | 112 |
| Binary | 10001000 | 11100101 | 11101111 | 101011 | 100 | 0 | 110 | 10111010 | 1001100 | 1001010 |
Color Harmonies of #88E5EF
Complementary color
Monochromatic Colors of #88E5EF
Black with #88E5EF
Text Example
Text Example
White with #88E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E5EF; }
p { color: rgb(136,229,239); }
H1.HeaderClassName
{
color: #88E5EF;
}
.AnyTagClassName
{
color: #88E5EF;
}
</style>
background-color css
<style>
a { background-color: #88E5EF; }
a { background-color: rgb(136,229,239); }
div.DivClassName
{
background-color: #88E5EF;
}
.BgClassName
{
background-color: #88E5EF;
}
</style>
border-color css
<style>
span { border-color: #88E5EF; }
span { border-color: rgb(136,229,239); }
td.TdClassName
{
border-color: #88E5EF;
}
.TagClassName
{
border-color: #88E5EF;
}
</style>