Shades of Blizzard Blue #88E7E5
Tints of Blizzard Blue #88E7E5
RGB
CMYK
RGB Variations
Color information
#88E7E5 (or 0x88E7E5) is known color: Blizzard Blue. HEX triplet: 88, E7 and E5. RGB value is (136,231,229). Sum of RGB (Red+Green+Blue) = 136+231+229=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #88E7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88E7E5 is #77181A. Grayscale: #CACACA. Windows color (decimal): -7804955 or 15067016. OLE color: 15067016.
HSL color Cylindrical-coordinate representation of color #88E7E5: hue angle of 178.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88E7E5 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 231 | 229 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.09 |
| HSL | 178.74º | 0.66% | 0.72% | - |
| HSV(B) | 178.74º | 0.41% | 0.91% | - |
| XYZ | 52.87 | 68.04 | 84.48 | - |
| YUV | 202.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 231 | 229 | 0.41 | 0 | 0.01 | 0.09 | 178.74 | 0.66 | 0.72 |
| Hex | 88 | E7 | E5 | 29 | 0 | 1 | 9 | B3 | 42 | 48 |
| Octal | 210 | 347 | 345 | 51 | 0 | 1 | 11 | 263 | 102 | 110 |
| Binary | 10001000 | 11100111 | 11100101 | 101001 | 0 | 1 | 1001 | 10110011 | 1000010 | 1001000 |
Color Harmonies of #88E7E5
Complementary color
Monochromatic Colors of #88E7E5
Black with #88E7E5
Text Example
Text Example
White with #88E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E7E5; }
p { color: rgb(136,231,229); }
H1.HeaderClassName
{
color: #88E7E5;
}
.AnyTagClassName
{
color: #88E7E5;
}
</style>
background-color css
<style>
a { background-color: #88E7E5; }
a { background-color: rgb(136,231,229); }
div.DivClassName
{
background-color: #88E7E5;
}
.BgClassName
{
background-color: #88E7E5;
}
</style>
border-color css
<style>
span { border-color: #88E7E5; }
span { border-color: rgb(136,231,229); }
td.TdClassName
{
border-color: #88E7E5;
}
.TagClassName
{
border-color: #88E7E5;
}
</style>