Shades of Electric Blue #88F0FE
Tints of Electric Blue #88F0FE
RGB
CMYK
RGB Variations
Color information
#88F0FE (or 0x88F0FE) is known color: Electric Blue. HEX triplet: 88, F0 and FE. RGB value is (136,240,254). Sum of RGB (Red+Green+Blue) = 136+240+254=630 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.59% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #88F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0FE is #770F01. Grayscale: #D2D2D2. Windows color (decimal): -7802626 or 16707720. OLE color: 16707720.
HSL color Cylindrical-coordinate representation of color #88F0FE: hue angle of 187.12º 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 #88F0FE is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 240 | 254 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.00 |
| HSL | 187.12º | 0.98% | 0.76% | - |
| HSV(B) | 187.12º | 0.46% | 1% | - |
| XYZ | 59.2 | 74.71 | 105.07 | - |
| YUV | 210.5 | 152.54 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 254 | 0.46 | 0.06 | 0 | 0.00 | 187.12 | 0.98 | 0.76 |
| Hex | 88 | F0 | FE | 2E | 6 | 0 | 0 | BB | 62 | 4C |
| Octal | 210 | 360 | 376 | 56 | 6 | 0 | 0 | 273 | 142 | 114 |
| Binary | 10001000 | 11110000 | 11111110 | 101110 | 110 | 0 | 0 | 10111011 | 1100010 | 1001100 |
Color Harmonies of #88F0FE
Complementary color
Monochromatic Colors of #88F0FE
Black with #88F0FE
Text Example
Text Example
White with #88F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F0FE; }
p { color: rgb(136,240,254); }
H1.HeaderClassName
{
color: #88F0FE;
}
.AnyTagClassName
{
color: #88F0FE;
}
</style>
background-color css
<style>
a { background-color: #88F0FE; }
a { background-color: rgb(136,240,254); }
div.DivClassName
{
background-color: #88F0FE;
}
.BgClassName
{
background-color: #88F0FE;
}
</style>
border-color css
<style>
span { border-color: #88F0FE; }
span { border-color: rgb(136,240,254); }
td.TdClassName
{
border-color: #88F0FE;
}
.TagClassName
{
border-color: #88F0FE;
}
</style>