Shades of Electric Blue #88FEED
Tints of Electric Blue #88FEED
RGB
CMYK
RGB Variations
Color information
#88FEED (or 0x88FEED) is known color: Electric Blue. HEX triplet: 88, FE and ED. RGB value is (136,254,237). Sum of RGB (Red+Green+Blue) = 136+254+237=627 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.69% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FEED is #770112. Grayscale: #D8D8D8. Windows color (decimal): -7799059 or 15597192. OLE color: 15597192.
HSL color Cylindrical-coordinate representation of color #88FEED: hue angle of 171.36º 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 #88FEED is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 237 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.00 |
| HSL | 171.36º | 0.98% | 0.76% | - |
| HSV(B) | 171.36º | 0.46% | 1% | - |
| XYZ | 60.88 | 82.23 | 92.78 | - |
| YUV | 216.78 | 139.41 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 237 | 0.46 | 0 | 0.07 | 0.00 | 171.36 | 0.98 | 0.76 |
| Hex | 88 | FE | ED | 2E | 0 | 7 | 0 | AB | 62 | 4C |
| Octal | 210 | 376 | 355 | 56 | 0 | 7 | 0 | 253 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11101101 | 101110 | 0 | 111 | 0 | 10101011 | 1100010 | 1001100 |
Color Harmonies of #88FEED
Complementary color
Monochromatic Colors of #88FEED
Black with #88FEED
Text Example
Text Example
White with #88FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FEED; }
p { color: rgb(136,254,237); }
H1.HeaderClassName
{
color: #88FEED;
}
.AnyTagClassName
{
color: #88FEED;
}
</style>
background-color css
<style>
a { background-color: #88FEED; }
a { background-color: rgb(136,254,237); }
div.DivClassName
{
background-color: #88FEED;
}
.BgClassName
{
background-color: #88FEED;
}
</style>
border-color css
<style>
span { border-color: #88FEED; }
span { border-color: rgb(136,254,237); }
td.TdClassName
{
border-color: #88FEED;
}
.TagClassName
{
border-color: #88FEED;
}
</style>