Shades of Electric Blue #88ECE7
Tints of Electric Blue #88ECE7
RGB
CMYK
RGB Variations
Color information
#88ECE7 (or 0x88ECE7) is known color: Electric Blue. HEX triplet: 88, EC and E7. RGB value is (136,236,231). Sum of RGB (Red+Green+Blue) = 136+236+231=603 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.55% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #88ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88ECE7 is #771318. Grayscale: #CDCDCD. Windows color (decimal): -7803673 or 15199368. OLE color: 15199368.
HSL color Cylindrical-coordinate representation of color #88ECE7: hue angle of 177º 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 #88ECE7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 231 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.07 |
| HSL | 177º | 0.72% | 0.73% | - |
| HSV(B) | 177º | 0.42% | 0.93% | - |
| XYZ | 54.57 | 70.99 | 86.43 | - |
| YUV | 205.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 231 | 0.42 | 0 | 0.02 | 0.07 | 177 | 0.72 | 0.73 |
| Hex | 88 | EC | E7 | 2A | 0 | 2 | 7 | B1 | 48 | 49 |
| Octal | 210 | 354 | 347 | 52 | 0 | 2 | 7 | 261 | 110 | 111 |
| Binary | 10001000 | 11101100 | 11100111 | 101010 | 0 | 10 | 111 | 10110001 | 1001000 | 1001001 |
Color Harmonies of #88ECE7
Complementary color
Monochromatic Colors of #88ECE7
Black with #88ECE7
Text Example
Text Example
White with #88ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ECE7; }
p { color: rgb(136,236,231); }
H1.HeaderClassName
{
color: #88ECE7;
}
.AnyTagClassName
{
color: #88ECE7;
}
</style>
background-color css
<style>
a { background-color: #88ECE7; }
a { background-color: rgb(136,236,231); }
div.DivClassName
{
background-color: #88ECE7;
}
.BgClassName
{
background-color: #88ECE7;
}
</style>
border-color css
<style>
span { border-color: #88ECE7; }
span { border-color: rgb(136,236,231); }
td.TdClassName
{
border-color: #88ECE7;
}
.TagClassName
{
border-color: #88ECE7;
}
</style>