Shades of Electric Blue #88F0F1
Tints of Electric Blue #88F0F1
RGB
CMYK
RGB Variations
Color information
#88F0F1 (or 0x88F0F1) is known color: Electric Blue. HEX triplet: 88, F0 and F1. RGB value is (136,240,241). Sum of RGB (Red+Green+Blue) = 136+240+241=617 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.04% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #88F0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0F1 is #770F0E. Grayscale: #D0D0D0. Windows color (decimal): -7802639 or 15855752. OLE color: 15855752.
HSL color Cylindrical-coordinate representation of color #88F0F1: hue angle of 180.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F0F1 is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 240 | 241 | - |
| CMYK | 0.44 | 0.00 | 0 | 0.05 |
| HSL | 180.57º | 0.79% | 0.74% | - |
| HSV(B) | 180.57º | 0.44% | 0.95% | - |
| XYZ | 57.19 | 73.91 | 94.47 | - |
| YUV | 209.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 241 | 0.44 | 0.00 | 0 | 0.05 | 180.57 | 0.79 | 0.74 |
| Hex | 88 | F0 | F1 | 2C | 0 | 0 | 5 | B5 | 4F | 4A |
| Octal | 210 | 360 | 361 | 54 | 0 | 0 | 5 | 265 | 117 | 112 |
| Binary | 10001000 | 11110000 | 11110001 | 101100 | 0 | 0 | 101 | 10110101 | 1001111 | 1001010 |
Color Harmonies of #88F0F1
Complementary color
Monochromatic Colors of #88F0F1
Black with #88F0F1
Text Example
Text Example
White with #88F0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F0F1; }
p { color: rgb(136,240,241); }
H1.HeaderClassName
{
color: #88F0F1;
}
.AnyTagClassName
{
color: #88F0F1;
}
</style>
background-color css
<style>
a { background-color: #88F0F1; }
a { background-color: rgb(136,240,241); }
div.DivClassName
{
background-color: #88F0F1;
}
.BgClassName
{
background-color: #88F0F1;
}
</style>
border-color css
<style>
span { border-color: #88F0F1; }
span { border-color: rgb(136,240,241); }
td.TdClassName
{
border-color: #88F0F1;
}
.TagClassName
{
border-color: #88F0F1;
}
</style>