Shades of Electric Blue #88FEFF
Tints of Electric Blue #88FEFF
RGB
CMYK
RGB Variations
Color information
#88FEFF (or 0x88FEFF) is known color: Electric Blue. HEX triplet: 88, FE and FF. RGB value is (136,254,255). Sum of RGB (Red+Green+Blue) = 136+254+255=645 (85% of max value = 765). Red value is 136 (53.52% from 255 or 21.09% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #88FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FEFF is #770100. Grayscale: #DADADA. Windows color (decimal): -7799041 or 16776840. OLE color: 16776840.
HSL color Cylindrical-coordinate representation of color #88FEFF: hue angle of 180.5º 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 #88FEFF is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 254 | 255 | - |
| CMYK | 0.47 | 0.00 | 0 | 0 |
| HSL | 180.5º | 1% | 0.77% | - |
| HSV(B) | 180.5º | 0.47% | 1% | - |
| XYZ | 63.65 | 83.34 | 107.34 | - |
| YUV | 218.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 255 | 0.47 | 0.00 | 0 | 0 | 180.5 | 1 | 0.77 |
| Hex | 88 | FE | FF | 2F | 0 | 0 | 0 | B5 | 64 | 4D |
| Octal | 210 | 376 | 377 | 57 | 0 | 0 | 0 | 265 | 144 | 115 |
| Binary | 10001000 | 11111110 | 11111111 | 101111 | 0 | 0 | 0 | 10110101 | 1100100 | 1001101 |
Color Harmonies of #88FEFF
Complementary color
Monochromatic Colors of #88FEFF
Black with #88FEFF
Text Example
Text Example
White with #88FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FEFF; }
p { color: rgb(136,254,255); }
H1.HeaderClassName
{
color: #88FEFF;
}
.AnyTagClassName
{
color: #88FEFF;
}
</style>
background-color css
<style>
a { background-color: #88FEFF; }
a { background-color: rgb(136,254,255); }
div.DivClassName
{
background-color: #88FEFF;
}
.BgClassName
{
background-color: #88FEFF;
}
</style>
border-color css
<style>
span { border-color: #88FEFF; }
span { border-color: rgb(136,254,255); }
td.TdClassName
{
border-color: #88FEFF;
}
.TagClassName
{
border-color: #88FEFF;
}
</style>