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