Shades of Electric Blue #88E6F0
Tints of Electric Blue #88E6F0
RGB
CMYK
RGB Variations
Color information
#88E6F0 (or 0x88E6F0) is known color: Electric Blue. HEX triplet: 88, E6 and F0. RGB value is (136,230,240). Sum of RGB (Red+Green+Blue) = 136+230+240=606 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.44% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #88E6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E6F0 is #77190F. Grayscale: #CACACA. Windows color (decimal): -7805200 or 15787656. OLE color: 15787656.
HSL color Cylindrical-coordinate representation of color #88E6F0: hue angle of 185.77º 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 #88E6F0 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 230 | 240 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.06 |
| HSL | 185.77º | 0.78% | 0.74% | - |
| HSV(B) | 185.77º | 0.43% | 0.94% | - |
| XYZ | 54.18 | 68.12 | 92.73 | - |
| YUV | 203.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 230 | 240 | 0.43 | 0.04 | 0 | 0.06 | 185.77 | 0.78 | 0.74 |
| Hex | 88 | E6 | F0 | 2B | 4 | 0 | 6 | BA | 4E | 4A |
| Octal | 210 | 346 | 360 | 53 | 4 | 0 | 6 | 272 | 116 | 112 |
| Binary | 10001000 | 11100110 | 11110000 | 101011 | 100 | 0 | 110 | 10111010 | 1001110 | 1001010 |
Color Harmonies of #88E6F0
Complementary color
Monochromatic Colors of #88E6F0
Black with #88E6F0
Text Example
Text Example
White with #88E6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E6F0; }
p { color: rgb(136,230,240); }
H1.HeaderClassName
{
color: #88E6F0;
}
.AnyTagClassName
{
color: #88E6F0;
}
</style>
background-color css
<style>
a { background-color: #88E6F0; }
a { background-color: rgb(136,230,240); }
div.DivClassName
{
background-color: #88E6F0;
}
.BgClassName
{
background-color: #88E6F0;
}
</style>
border-color css
<style>
span { border-color: #88E6F0; }
span { border-color: rgb(136,230,240); }
td.TdClassName
{
border-color: #88E6F0;
}
.TagClassName
{
border-color: #88E6F0;
}
</style>