Shades of Electric Blue #88FFEE
Tints of Electric Blue #88FFEE
RGB
CMYK
RGB Variations
Color information
#88FFEE (or 0x88FFEE) is known color: Electric Blue. HEX triplet: 88, FF and EE. RGB value is (136,255,238). Sum of RGB (Red+Green+Blue) = 136+255+238=629 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.62% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FFEE is #770011. Grayscale: #D9D9D9. Windows color (decimal): -7798802 or 15662984. OLE color: 15662984.
HSL color Cylindrical-coordinate representation of color #88FFEE: hue angle of 171.43º 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 #88FFEE is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 238 | - |
| CMYK | 0.47 | 0 | 0.07 | 0 |
| HSL | 171.43º | 1% | 0.77% | - |
| HSV(B) | 171.43º | 0.47% | 1% | - |
| XYZ | 61.35 | 82.93 | 93.66 | - |
| YUV | 217.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 238 | 0.47 | 0 | 0.07 | 0 | 171.43 | 1 | 0.77 |
| Hex | 88 | FF | EE | 2F | 0 | 7 | 0 | AB | 64 | 4D |
| Octal | 210 | 377 | 356 | 57 | 0 | 7 | 0 | 253 | 144 | 115 |
| Binary | 10001000 | 11111111 | 11101110 | 101111 | 0 | 111 | 0 | 10101011 | 1100100 | 1001101 |
Color Harmonies of #88FFEE
Complementary color
Monochromatic Colors of #88FFEE
Black with #88FFEE
Text Example
Text Example
White with #88FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFEE; }
p { color: rgb(136,255,238); }
H1.HeaderClassName
{
color: #88FFEE;
}
.AnyTagClassName
{
color: #88FFEE;
}
</style>
background-color css
<style>
a { background-color: #88FFEE; }
a { background-color: rgb(136,255,238); }
div.DivClassName
{
background-color: #88FFEE;
}
.BgClassName
{
background-color: #88FFEE;
}
</style>
border-color css
<style>
span { border-color: #88FFEE; }
span { border-color: rgb(136,255,238); }
td.TdClassName
{
border-color: #88FFEE;
}
.TagClassName
{
border-color: #88FFEE;
}
</style>