Shades of Electric Blue #88E8EE
Tints of Electric Blue #88E8EE
RGB
CMYK
RGB Variations
Color information
#88E8EE (or 0x88E8EE) is known color: Electric Blue. HEX triplet: 88, E8 and EE. RGB value is (136,232,238). Sum of RGB (Red+Green+Blue) = 136+232+238=606 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.44% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #88E8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E8EE is #771711. Grayscale: #CBCBCB. Windows color (decimal): -7804690 or 15657096. OLE color: 15657096.
HSL color Cylindrical-coordinate representation of color #88E8EE: hue angle of 183.53º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88E8EE is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 232 | 238 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.07 |
| HSL | 183.53º | 0.75% | 0.73% | - |
| HSV(B) | 183.53º | 0.43% | 0.93% | - |
| XYZ | 54.44 | 69.12 | 91.36 | - |
| YUV | 203.98 | 147.2 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 232 | 238 | 0.43 | 0.03 | 0 | 0.07 | 183.53 | 0.75 | 0.73 |
| Hex | 88 | E8 | EE | 2B | 3 | 0 | 7 | B8 | 4B | 49 |
| Octal | 210 | 350 | 356 | 53 | 3 | 0 | 7 | 270 | 113 | 111 |
| Binary | 10001000 | 11101000 | 11101110 | 101011 | 11 | 0 | 111 | 10111000 | 1001011 | 1001001 |
Color Harmonies of #88E8EE
Complementary color
Monochromatic Colors of #88E8EE
Black with #88E8EE
Text Example
Text Example
White with #88E8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E8EE; }
p { color: rgb(136,232,238); }
H1.HeaderClassName
{
color: #88E8EE;
}
.AnyTagClassName
{
color: #88E8EE;
}
</style>
background-color css
<style>
a { background-color: #88E8EE; }
a { background-color: rgb(136,232,238); }
div.DivClassName
{
background-color: #88E8EE;
}
.BgClassName
{
background-color: #88E8EE;
}
</style>
border-color css
<style>
span { border-color: #88E8EE; }
span { border-color: rgb(136,232,238); }
td.TdClassName
{
border-color: #88E8EE;
}
.TagClassName
{
border-color: #88E8EE;
}
</style>