Shades of Electric Blue #88ECEC
Tints of Electric Blue #88ECEC
RGB
CMYK
RGB Variations
Color information
#88ECEC (or 0x88ECEC) is known color: Electric Blue. HEX triplet: 88, EC and EC. RGB value is (136,236,236). Sum of RGB (Red+Green+Blue) = 136+236+236=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #88ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88ECEC is #771313. Grayscale: #CDCDCD. Windows color (decimal): -7803668 or 15527048. OLE color: 15527048.
HSL color Cylindrical-coordinate representation of color #88ECEC: hue angle of 180º 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 #88ECEC is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 236 | - |
| CMYK | 0.42 | 0 | 0 | 0.07 |
| HSL | 180º | 0.72% | 0.73% | - |
| HSV(B) | 180º | 0.42% | 0.93% | - |
| XYZ | 55.29 | 71.28 | 90.2 | - |
| YUV | 206.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 236 | 0.42 | 0 | 0 | 0.07 | 180 | 0.72 | 0.73 |
| Hex | 88 | EC | EC | 2A | 0 | 0 | 7 | B4 | 48 | 49 |
| Octal | 210 | 354 | 354 | 52 | 0 | 0 | 7 | 264 | 110 | 111 |
| Binary | 10001000 | 11101100 | 11101100 | 101010 | 0 | 0 | 111 | 10110100 | 1001000 | 1001001 |
Color Harmonies of #88ECEC
Complementary color
Monochromatic Colors of #88ECEC
Black with #88ECEC
Text Example
Text Example
White with #88ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ECEC; }
p { color: rgb(136,236,236); }
H1.HeaderClassName
{
color: #88ECEC;
}
.AnyTagClassName
{
color: #88ECEC;
}
</style>
background-color css
<style>
a { background-color: #88ECEC; }
a { background-color: rgb(136,236,236); }
div.DivClassName
{
background-color: #88ECEC;
}
.BgClassName
{
background-color: #88ECEC;
}
</style>
border-color css
<style>
span { border-color: #88ECEC; }
span { border-color: rgb(136,236,236); }
td.TdClassName
{
border-color: #88ECEC;
}
.TagClassName
{
border-color: #88ECEC;
}
</style>