Shades of Blizzard Blue #88E7E4
Tints of Blizzard Blue #88E7E4
RGB
CMYK
RGB Variations
Color information
#88E7E4 (or 0x88E7E4) is known color: Blizzard Blue. HEX triplet: 88, E7 and E4. RGB value is (136,231,228). Sum of RGB (Red+Green+Blue) = 136+231+228=595 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.86% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #88E7E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88E7E4 is #77181B. Grayscale: #CACACA. Windows color (decimal): -7804956 or 15001480. OLE color: 15001480.
HSL color Cylindrical-coordinate representation of color #88E7E4: hue angle of 178.11º 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 #88E7E4 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 231 | 228 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.09 |
| HSL | 178.11º | 0.66% | 0.72% | - |
| HSV(B) | 178.11º | 0.41% | 0.91% | - |
| XYZ | 52.73 | 67.99 | 83.74 | - |
| YUV | 202.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 231 | 228 | 0.41 | 0 | 0.01 | 0.09 | 178.11 | 0.66 | 0.72 |
| Hex | 88 | E7 | E4 | 29 | 0 | 1 | 9 | B2 | 42 | 48 |
| Octal | 210 | 347 | 344 | 51 | 0 | 1 | 11 | 262 | 102 | 110 |
| Binary | 10001000 | 11100111 | 11100100 | 101001 | 0 | 1 | 1001 | 10110010 | 1000010 | 1001000 |
Color Harmonies of #88E7E4
Complementary color
Monochromatic Colors of #88E7E4
Black with #88E7E4
Text Example
Text Example
White with #88E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E7E4; }
p { color: rgb(136,231,228); }
H1.HeaderClassName
{
color: #88E7E4;
}
.AnyTagClassName
{
color: #88E7E4;
}
</style>
background-color css
<style>
a { background-color: #88E7E4; }
a { background-color: rgb(136,231,228); }
div.DivClassName
{
background-color: #88E7E4;
}
.BgClassName
{
background-color: #88E7E4;
}
</style>
border-color css
<style>
span { border-color: #88E7E4; }
span { border-color: rgb(136,231,228); }
td.TdClassName
{
border-color: #88E7E4;
}
.TagClassName
{
border-color: #88E7E4;
}
</style>