Shades of Electric Blue #88FEF0
Tints of Electric Blue #88FEF0
RGB
CMYK
RGB Variations
Color information
#88FEF0 (or 0x88FEF0) is known color: Electric Blue. HEX triplet: 88, FE and F0. RGB value is (136,254,240). Sum of RGB (Red+Green+Blue) = 136+254+240=630 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.59% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FEF0 is #77010F. Grayscale: #D9D9D9. Windows color (decimal): -7799056 or 15793800. OLE color: 15793800.
HSL color Cylindrical-coordinate representation of color #88FEF0: hue angle of 172.88º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FEF0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 240 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.00 |
| HSL | 172.88º | 0.98% | 0.76% | - |
| HSV(B) | 172.88º | 0.46% | 1% | - |
| XYZ | 61.32 | 82.41 | 95.11 | - |
| YUV | 217.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 240 | 0.46 | 0 | 0.06 | 0.00 | 172.88 | 0.98 | 0.76 |
| Hex | 88 | FE | F0 | 2E | 0 | 6 | 0 | AD | 62 | 4C |
| Octal | 210 | 376 | 360 | 56 | 0 | 6 | 0 | 255 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11110000 | 101110 | 0 | 110 | 0 | 10101101 | 1100010 | 1001100 |
Color Harmonies of #88FEF0
Complementary color
Monochromatic Colors of #88FEF0
Black with #88FEF0
Text Example
Text Example
White with #88FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FEF0; }
p { color: rgb(136,254,240); }
H1.HeaderClassName
{
color: #88FEF0;
}
.AnyTagClassName
{
color: #88FEF0;
}
</style>
background-color css
<style>
a { background-color: #88FEF0; }
a { background-color: rgb(136,254,240); }
div.DivClassName
{
background-color: #88FEF0;
}
.BgClassName
{
background-color: #88FEF0;
}
</style>
border-color css
<style>
span { border-color: #88FEF0; }
span { border-color: rgb(136,254,240); }
td.TdClassName
{
border-color: #88FEF0;
}
.TagClassName
{
border-color: #88FEF0;
}
</style>