Shades of Electric Blue #88F0ED
Tints of Electric Blue #88F0ED
RGB
CMYK
RGB Variations
Color information
#88F0ED (or 0x88F0ED) is known color: Electric Blue. HEX triplet: 88, F0 and ED. RGB value is (136,240,237). Sum of RGB (Red+Green+Blue) = 136+240+237=613 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.19% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0ED is #770F12. Grayscale: #D0D0D0. Windows color (decimal): -7802643 or 15593608. OLE color: 15593608.
HSL color Cylindrical-coordinate representation of color #88F0ED: hue angle of 178.27º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0ED is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 237 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.06 |
| HSL | 178.27º | 0.78% | 0.74% | - |
| HSV(B) | 178.27º | 0.43% | 0.94% | - |
| XYZ | 56.6 | 73.67 | 91.36 | - |
| YUV | 208.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 237 | 0.43 | 0 | 0.01 | 0.06 | 178.27 | 0.78 | 0.74 |
| Hex | 88 | F0 | ED | 2B | 0 | 1 | 6 | B2 | 4E | 4A |
| Octal | 210 | 360 | 355 | 53 | 0 | 1 | 6 | 262 | 116 | 112 |
| Binary | 10001000 | 11110000 | 11101101 | 101011 | 0 | 1 | 110 | 10110010 | 1001110 | 1001010 |
Color Harmonies of #88F0ED
Complementary color
Monochromatic Colors of #88F0ED
Black with #88F0ED
Text Example
Text Example
White with #88F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F0ED; }
p { color: rgb(136,240,237); }
H1.HeaderClassName
{
color: #88F0ED;
}
.AnyTagClassName
{
color: #88F0ED;
}
</style>
background-color css
<style>
a { background-color: #88F0ED; }
a { background-color: rgb(136,240,237); }
div.DivClassName
{
background-color: #88F0ED;
}
.BgClassName
{
background-color: #88F0ED;
}
</style>
border-color css
<style>
span { border-color: #88F0ED; }
span { border-color: rgb(136,240,237); }
td.TdClassName
{
border-color: #88F0ED;
}
.TagClassName
{
border-color: #88F0ED;
}
</style>