Shades of Electric Blue #88ECFF
Tints of Electric Blue #88ECFF
RGB
CMYK
RGB Variations
Color information
#88ECFF (or 0x88ECFF) is known color: Electric Blue. HEX triplet: 88, EC and FF. RGB value is (136,236,255). Sum of RGB (Red+Green+Blue) = 136+236+255=627 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.69% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #88ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88ECFF is #771300. Grayscale: #D0D0D0. Windows color (decimal): -7803649 or 16772232. OLE color: 16772232.
HSL color Cylindrical-coordinate representation of color #88ECFF: hue angle of 189.58º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88ECFF is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 236 | 255 | - |
| CMYK | 0.47 | 0.07 | 0 | 0 |
| HSL | 189.58º | 1% | 0.77% | - |
| HSV(B) | 189.58º | 0.47% | 1% | - |
| XYZ | 58.2 | 72.45 | 105.52 | - |
| YUV | 208.27 | 154.37 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 255 | 0.47 | 0.07 | 0 | 0 | 189.58 | 1 | 0.77 |
| Hex | 88 | EC | FF | 2F | 7 | 0 | 0 | BE | 64 | 4D |
| Octal | 210 | 354 | 377 | 57 | 7 | 0 | 0 | 276 | 144 | 115 |
| Binary | 10001000 | 11101100 | 11111111 | 101111 | 111 | 0 | 0 | 10111110 | 1100100 | 1001101 |
Color Harmonies of #88ECFF
Complementary color
Monochromatic Colors of #88ECFF
Black with #88ECFF
Text Example
Text Example
White with #88ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ECFF; }
p { color: rgb(136,236,255); }
H1.HeaderClassName
{
color: #88ECFF;
}
.AnyTagClassName
{
color: #88ECFF;
}
</style>
background-color css
<style>
a { background-color: #88ECFF; }
a { background-color: rgb(136,236,255); }
div.DivClassName
{
background-color: #88ECFF;
}
.BgClassName
{
background-color: #88ECFF;
}
</style>
border-color css
<style>
span { border-color: #88ECFF; }
span { border-color: rgb(136,236,255); }
td.TdClassName
{
border-color: #88ECFF;
}
.TagClassName
{
border-color: #88ECFF;
}
</style>