Shades of Electric Blue #88FFED
Tints of Electric Blue #88FFED
RGB
CMYK
RGB Variations
Color information
#88FFED (or 0x88FFED) is known color: Electric Blue. HEX triplet: 88, FF and ED. RGB value is (136,255,237). Sum of RGB (Red+Green+Blue) = 136+255+237=628 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.66% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FFED is #770012. Grayscale: #D9D9D9. Windows color (decimal): -7798803 or 15597448. OLE color: 15597448.
HSL color Cylindrical-coordinate representation of color #88FFED: hue angle of 170.92º 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 #88FFED is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 237 | - |
| CMYK | 0.47 | 0 | 0.07 | 0 |
| HSL | 170.92º | 1% | 0.77% | - |
| HSV(B) | 170.92º | 0.47% | 1% | - |
| XYZ | 61.2 | 82.87 | 92.89 | - |
| YUV | 217.37 | 139.08 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 237 | 0.47 | 0 | 0.07 | 0 | 170.92 | 1 | 0.77 |
| Hex | 88 | FF | ED | 2F | 0 | 7 | 0 | AB | 64 | 4D |
| Octal | 210 | 377 | 355 | 57 | 0 | 7 | 0 | 253 | 144 | 115 |
| Binary | 10001000 | 11111111 | 11101101 | 101111 | 0 | 111 | 0 | 10101011 | 1100100 | 1001101 |
Color Harmonies of #88FFED
Complementary color
Monochromatic Colors of #88FFED
Black with #88FFED
Text Example
Text Example
White with #88FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFED; }
p { color: rgb(136,255,237); }
H1.HeaderClassName
{
color: #88FFED;
}
.AnyTagClassName
{
color: #88FFED;
}
</style>
background-color css
<style>
a { background-color: #88FFED; }
a { background-color: rgb(136,255,237); }
div.DivClassName
{
background-color: #88FFED;
}
.BgClassName
{
background-color: #88FFED;
}
</style>
border-color css
<style>
span { border-color: #88FFED; }
span { border-color: rgb(136,255,237); }
td.TdClassName
{
border-color: #88FFED;
}
.TagClassName
{
border-color: #88FFED;
}
</style>