Shades of Electric Blue #88FFFD
Tints of Electric Blue #88FFFD
RGB
CMYK
RGB Variations
Color information
#88FFFD (or 0x88FFFD) is known color: Electric Blue. HEX triplet: 88, FF and FD. RGB value is (136,255,253). Sum of RGB (Red+Green+Blue) = 136+255+253=644 (85% of max value = 765). Red value is 136 (53.52% from 255 or 21.12% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FFFD is #770002. Grayscale: #DBDBDB. Windows color (decimal): -7798787 or 16646024. OLE color: 16646024.
HSL color Cylindrical-coordinate representation of color #88FFFD: hue angle of 178.99º 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 #88FFFD is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 253 | - |
| CMYK | 0.47 | 0 | 0.01 | 0 |
| HSL | 178.99º | 1% | 0.77% | - |
| HSV(B) | 178.99º | 0.47% | 1% | - |
| XYZ | 63.64 | 83.85 | 105.76 | - |
| YUV | 219.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 253 | 0.47 | 0 | 0.01 | 0 | 178.99 | 1 | 0.77 |
| Hex | 88 | FF | FD | 2F | 0 | 1 | 0 | B3 | 64 | 4D |
| Octal | 210 | 377 | 375 | 57 | 0 | 1 | 0 | 263 | 144 | 115 |
| Binary | 10001000 | 11111111 | 11111101 | 101111 | 0 | 1 | 0 | 10110011 | 1100100 | 1001101 |
Color Harmonies of #88FFFD
Complementary color
Monochromatic Colors of #88FFFD
Black with #88FFFD
Text Example
Text Example
White with #88FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FFFD; }
p { color: rgb(136,255,253); }
H1.HeaderClassName
{
color: #88FFFD;
}
.AnyTagClassName
{
color: #88FFFD;
}
</style>
background-color css
<style>
a { background-color: #88FFFD; }
a { background-color: rgb(136,255,253); }
div.DivClassName
{
background-color: #88FFFD;
}
.BgClassName
{
background-color: #88FFFD;
}
</style>
border-color css
<style>
span { border-color: #88FFFD; }
span { border-color: rgb(136,255,253); }
td.TdClassName
{
border-color: #88FFFD;
}
.TagClassName
{
border-color: #88FFFD;
}
</style>