Shades of Electric Blue #88F0FD
Tints of Electric Blue #88F0FD
RGB
CMYK
RGB Variations
Color information
#88F0FD (or 0x88F0FD) is known color: Electric Blue. HEX triplet: 88, F0 and FD. RGB value is (136,240,253). Sum of RGB (Red+Green+Blue) = 136+240+253=629 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.62% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #88F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0FD is #770F02. Grayscale: #D2D2D2. Windows color (decimal): -7802627 or 16642184. OLE color: 16642184.
HSL color Cylindrical-coordinate representation of color #88F0FD: hue angle of 186.67º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88F0FD is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 240 | 253 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.01 |
| HSL | 186.67º | 0.97% | 0.76% | - |
| HSV(B) | 186.67º | 0.46% | 0.99% | - |
| XYZ | 59.04 | 74.65 | 104.22 | - |
| YUV | 210.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 253 | 0.46 | 0.05 | 0 | 0.01 | 186.67 | 0.97 | 0.76 |
| Hex | 88 | F0 | FD | 2E | 5 | 0 | 1 | BB | 61 | 4C |
| Octal | 210 | 360 | 375 | 56 | 5 | 0 | 1 | 273 | 141 | 114 |
| Binary | 10001000 | 11110000 | 11111101 | 101110 | 101 | 0 | 1 | 10111011 | 1100001 | 1001100 |
Color Harmonies of #88F0FD
Complementary color
Monochromatic Colors of #88F0FD
Black with #88F0FD
Text Example
Text Example
White with #88F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F0FD; }
p { color: rgb(136,240,253); }
H1.HeaderClassName
{
color: #88F0FD;
}
.AnyTagClassName
{
color: #88F0FD;
}
</style>
background-color css
<style>
a { background-color: #88F0FD; }
a { background-color: rgb(136,240,253); }
div.DivClassName
{
background-color: #88F0FD;
}
.BgClassName
{
background-color: #88F0FD;
}
</style>
border-color css
<style>
span { border-color: #88F0FD; }
span { border-color: rgb(136,240,253); }
td.TdClassName
{
border-color: #88F0FD;
}
.TagClassName
{
border-color: #88F0FD;
}
</style>