Shades of Electric Blue #88E8EC
Tints of Electric Blue #88E8EC
RGB
CMYK
RGB Variations
Color information
#88E8EC (or 0x88E8EC) is known color: Electric Blue. HEX triplet: 88, E8 and EC. RGB value is (136,232,236). Sum of RGB (Red+Green+Blue) = 136+232+236=604 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.52% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #88E8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E8EC is #771713. Grayscale: #CBCBCB. Windows color (decimal): -7804692 or 15526024. OLE color: 15526024.
HSL color Cylindrical-coordinate representation of color #88E8EC: hue angle of 182.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88E8EC is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 232 | 236 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.07 |
| HSL | 182.4º | 0.72% | 0.73% | - |
| HSV(B) | 182.4º | 0.42% | 0.93% | - |
| XYZ | 54.15 | 69 | 89.82 | - |
| YUV | 203.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 232 | 236 | 0.42 | 0.02 | 0 | 0.07 | 182.4 | 0.72 | 0.73 |
| Hex | 88 | E8 | EC | 2A | 2 | 0 | 7 | B6 | 48 | 49 |
| Octal | 210 | 350 | 354 | 52 | 2 | 0 | 7 | 266 | 110 | 111 |
| Binary | 10001000 | 11101000 | 11101100 | 101010 | 10 | 0 | 111 | 10110110 | 1001000 | 1001001 |
Color Harmonies of #88E8EC
Complementary color
Monochromatic Colors of #88E8EC
Black with #88E8EC
Text Example
Text Example
White with #88E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E8EC; }
p { color: rgb(136,232,236); }
H1.HeaderClassName
{
color: #88E8EC;
}
.AnyTagClassName
{
color: #88E8EC;
}
</style>
background-color css
<style>
a { background-color: #88E8EC; }
a { background-color: rgb(136,232,236); }
div.DivClassName
{
background-color: #88E8EC;
}
.BgClassName
{
background-color: #88E8EC;
}
</style>
border-color css
<style>
span { border-color: #88E8EC; }
span { border-color: rgb(136,232,236); }
td.TdClassName
{
border-color: #88E8EC;
}
.TagClassName
{
border-color: #88E8EC;
}
</style>