Shades of Electric Blue #88E9EA
Tints of Electric Blue #88E9EA
RGB
CMYK
RGB Variations
Color information
#88E9EA (or 0x88E9EA) is known color: Electric Blue. HEX triplet: 88, E9 and EA. RGB value is (136,233,234). Sum of RGB (Red+Green+Blue) = 136+233+234=603 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.55% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #88E9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E9EA is #771615. Grayscale: #CCCCCC. Windows color (decimal): -7804438 or 15395208. OLE color: 15395208.
HSL color Cylindrical-coordinate representation of color #88E9EA: hue angle of 180.61º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88E9EA is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 233 | 234 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.08 |
| HSL | 180.61º | 0.7% | 0.73% | - |
| HSV(B) | 180.61º | 0.42% | 0.92% | - |
| XYZ | 54.14 | 69.45 | 88.39 | - |
| YUV | 204.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 233 | 234 | 0.42 | 0.00 | 0 | 0.08 | 180.61 | 0.7 | 0.73 |
| Hex | 88 | E9 | EA | 2A | 0 | 0 | 8 | B5 | 46 | 49 |
| Octal | 210 | 351 | 352 | 52 | 0 | 0 | 10 | 265 | 106 | 111 |
| Binary | 10001000 | 11101001 | 11101010 | 101010 | 0 | 0 | 1000 | 10110101 | 1000110 | 1001001 |
Color Harmonies of #88E9EA
Complementary color
Monochromatic Colors of #88E9EA
Black with #88E9EA
Text Example
Text Example
White with #88E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E9EA; }
p { color: rgb(136,233,234); }
H1.HeaderClassName
{
color: #88E9EA;
}
.AnyTagClassName
{
color: #88E9EA;
}
</style>
background-color css
<style>
a { background-color: #88E9EA; }
a { background-color: rgb(136,233,234); }
div.DivClassName
{
background-color: #88E9EA;
}
.BgClassName
{
background-color: #88E9EA;
}
</style>
border-color css
<style>
span { border-color: #88E9EA; }
span { border-color: rgb(136,233,234); }
td.TdClassName
{
border-color: #88E9EA;
}
.TagClassName
{
border-color: #88E9EA;
}
</style>