Shades of Electric Blue #88F3F0
Tints of Electric Blue #88F3F0
RGB
CMYK
RGB Variations
Color information
#88F3F0 (or 0x88F3F0) is known color: Electric Blue. HEX triplet: 88, F3 and F0. RGB value is (136,243,240). Sum of RGB (Red+Green+Blue) = 136+243+240=619 (81% of max value = 765). Red value is 136 (53.52% from 255 or 21.97% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #88F3F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F3F0 is #770C0F. Grayscale: #D2D2D2. Windows color (decimal): -7801872 or 15790984. OLE color: 15790984.
HSL color Cylindrical-coordinate representation of color #88F3F0: hue angle of 178.32º degrees, saturation: 0.82, 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 #88F3F0 is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 243 | 240 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.05 |
| HSL | 178.32º | 0.82% | 0.74% | - |
| HSV(B) | 178.32º | 0.44% | 0.95% | - |
| XYZ | 57.93 | 75.63 | 93.98 | - |
| YUV | 210.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 243 | 240 | 0.44 | 0 | 0.01 | 0.05 | 178.32 | 0.82 | 0.74 |
| Hex | 88 | F3 | F0 | 2C | 0 | 1 | 5 | B2 | 52 | 4A |
| Octal | 210 | 363 | 360 | 54 | 0 | 1 | 5 | 262 | 122 | 112 |
| Binary | 10001000 | 11110011 | 11110000 | 101100 | 0 | 1 | 101 | 10110010 | 1010010 | 1001010 |
Color Harmonies of #88F3F0
Complementary color
Monochromatic Colors of #88F3F0
Black with #88F3F0
Text Example
Text Example
White with #88F3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F3F0; }
p { color: rgb(136,243,240); }
H1.HeaderClassName
{
color: #88F3F0;
}
.AnyTagClassName
{
color: #88F3F0;
}
</style>
background-color css
<style>
a { background-color: #88F3F0; }
a { background-color: rgb(136,243,240); }
div.DivClassName
{
background-color: #88F3F0;
}
.BgClassName
{
background-color: #88F3F0;
}
</style>
border-color css
<style>
span { border-color: #88F3F0; }
span { border-color: rgb(136,243,240); }
td.TdClassName
{
border-color: #88F3F0;
}
.TagClassName
{
border-color: #88F3F0;
}
</style>