Shades of Electric Blue #88FCFF
Tints of Electric Blue #88FCFF
RGB
CMYK
RGB Variations
Color information
#88FCFF (or 0x88FCFF) is known color: Electric Blue. HEX triplet: 88, FC and FF. RGB value is (136,252,255). Sum of RGB (Red+Green+Blue) = 136+252+255=643 (85% of max value = 765). Red value is 136 (53.52% from 255 or 21.15% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #88FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FCFF is #770300. Grayscale: #D9D9D9. Windows color (decimal): -7799553 or 16776328. OLE color: 16776328.
HSL color Cylindrical-coordinate representation of color #88FCFF: hue angle of 181.51º 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 #88FCFF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 252 | 255 | - |
| CMYK | 0.47 | 0.01 | 0 | 0 |
| HSL | 181.51º | 1% | 0.77% | - |
| HSV(B) | 181.51º | 0.47% | 1% | - |
| XYZ | 63.01 | 82.08 | 107.13 | - |
| YUV | 217.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 252 | 255 | 0.47 | 0.01 | 0 | 0 | 181.51 | 1 | 0.77 |
| Hex | 88 | FC | FF | 2F | 1 | 0 | 0 | B6 | 64 | 4D |
| Octal | 210 | 374 | 377 | 57 | 1 | 0 | 0 | 266 | 144 | 115 |
| Binary | 10001000 | 11111100 | 11111111 | 101111 | 1 | 0 | 0 | 10110110 | 1100100 | 1001101 |
Color Harmonies of #88FCFF
Complementary color
Monochromatic Colors of #88FCFF
Black with #88FCFF
Text Example
Text Example
White with #88FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FCFF; }
p { color: rgb(136,252,255); }
H1.HeaderClassName
{
color: #88FCFF;
}
.AnyTagClassName
{
color: #88FCFF;
}
</style>
background-color css
<style>
a { background-color: #88FCFF; }
a { background-color: rgb(136,252,255); }
div.DivClassName
{
background-color: #88FCFF;
}
.BgClassName
{
background-color: #88FCFF;
}
</style>
border-color css
<style>
span { border-color: #88FCFF; }
span { border-color: rgb(136,252,255); }
td.TdClassName
{
border-color: #88FCFF;
}
.TagClassName
{
border-color: #88FCFF;
}
</style>