Shades of Electric Blue #88ECE9
Tints of Electric Blue #88ECE9
RGB
CMYK
RGB Variations
Color information
#88ECE9 (or 0x88ECE9) is known color: Electric Blue. HEX triplet: 88, EC and E9. RGB value is (136,236,233). Sum of RGB (Red+Green+Blue) = 136+236+233=605 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.48% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #88ECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88ECE9 is #771316. Grayscale: #CDCDCD. Windows color (decimal): -7803671 or 15330440. OLE color: 15330440.
HSL color Cylindrical-coordinate representation of color #88ECE9: hue angle of 178.2º 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 #88ECE9 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 233 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.07 |
| HSL | 178.2º | 0.72% | 0.73% | - |
| HSV(B) | 178.2º | 0.42% | 0.93% | - |
| XYZ | 54.86 | 71.11 | 87.92 | - |
| YUV | 205.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 233 | 0.42 | 0 | 0.01 | 0.07 | 178.2 | 0.72 | 0.73 |
| Hex | 88 | EC | E9 | 2A | 0 | 1 | 7 | B2 | 48 | 49 |
| Octal | 210 | 354 | 351 | 52 | 0 | 1 | 7 | 262 | 110 | 111 |
| Binary | 10001000 | 11101100 | 11101001 | 101010 | 0 | 1 | 111 | 10110010 | 1001000 | 1001001 |
Color Harmonies of #88ECE9
Complementary color
Monochromatic Colors of #88ECE9
Black with #88ECE9
Text Example
Text Example
White with #88ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ECE9; }
p { color: rgb(136,236,233); }
H1.HeaderClassName
{
color: #88ECE9;
}
.AnyTagClassName
{
color: #88ECE9;
}
</style>
background-color css
<style>
a { background-color: #88ECE9; }
a { background-color: rgb(136,236,233); }
div.DivClassName
{
background-color: #88ECE9;
}
.BgClassName
{
background-color: #88ECE9;
}
</style>
border-color css
<style>
span { border-color: #88ECE9; }
span { border-color: rgb(136,236,233); }
td.TdClassName
{
border-color: #88ECE9;
}
.TagClassName
{
border-color: #88ECE9;
}
</style>