Shades of Electric Blue #88F0E8
Tints of Electric Blue #88F0E8
RGB
CMYK
RGB Variations
Color information
#88F0E8 (or 0x88F0E8) is known color: Electric Blue. HEX triplet: 88, F0 and E8. RGB value is (136,240,232). Sum of RGB (Red+Green+Blue) = 136+240+232=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0E8 is #770F17. Grayscale: #CFCFCF. Windows color (decimal): -7802648 or 15265928. OLE color: 15265928.
HSL color Cylindrical-coordinate representation of color #88F0E8: hue angle of 175.38º 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 #88F0E8 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 232 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.06 |
| HSL | 175.38º | 0.78% | 0.74% | - |
| HSV(B) | 175.38º | 0.43% | 0.94% | - |
| XYZ | 55.88 | 73.38 | 87.56 | - |
| YUV | 207.99 | 141.54 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 232 | 0.43 | 0 | 0.03 | 0.06 | 175.38 | 0.78 | 0.74 |
| Hex | 88 | F0 | E8 | 2B | 0 | 3 | 6 | AF | 4E | 4A |
| Octal | 210 | 360 | 350 | 53 | 0 | 3 | 6 | 257 | 116 | 112 |
| Binary | 10001000 | 11110000 | 11101000 | 101011 | 0 | 11 | 110 | 10101111 | 1001110 | 1001010 |
Color Harmonies of #88F0E8
Complementary color
Monochromatic Colors of #88F0E8
Black with #88F0E8
Text Example
Text Example
White with #88F0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F0E8; }
p { color: rgb(136,240,232); }
H1.HeaderClassName
{
color: #88F0E8;
}
.AnyTagClassName
{
color: #88F0E8;
}
</style>
background-color css
<style>
a { background-color: #88F0E8; }
a { background-color: rgb(136,240,232); }
div.DivClassName
{
background-color: #88F0E8;
}
.BgClassName
{
background-color: #88F0E8;
}
</style>
border-color css
<style>
span { border-color: #88F0E8; }
span { border-color: rgb(136,240,232); }
td.TdClassName
{
border-color: #88F0E8;
}
.TagClassName
{
border-color: #88F0E8;
}
</style>