Shades of Electric Blue #88F4ED
Tints of Electric Blue #88F4ED
RGB
CMYK
RGB Variations
Color information
#88F4ED (or 0x88F4ED) is known color: Electric Blue. HEX triplet: 88, F4 and ED. RGB value is (136,244,237). Sum of RGB (Red+Green+Blue) = 136+244+237=617 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.04% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 244 - color contains mainly: green. Hex color #88F4ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F4ED is #770B12. Grayscale: #D2D2D2. Windows color (decimal): -7801619 or 15594632. OLE color: 15594632.
HSL color Cylindrical-coordinate representation of color #88F4ED: hue angle of 176.11º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F4ED is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 244 | 237 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.04 |
| HSL | 176.11º | 0.83% | 0.75% | - |
| HSV(B) | 176.11º | 0.44% | 0.96% | - |
| XYZ | 57.79 | 76.05 | 91.75 | - |
| YUV | 210.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 244 | 237 | 0.44 | 0 | 0.03 | 0.04 | 176.11 | 0.83 | 0.75 |
| Hex | 88 | F4 | ED | 2C | 0 | 3 | 4 | B0 | 53 | 4B |
| Octal | 210 | 364 | 355 | 54 | 0 | 3 | 4 | 260 | 123 | 113 |
| Binary | 10001000 | 11110100 | 11101101 | 101100 | 0 | 11 | 100 | 10110000 | 1010011 | 1001011 |
Color Harmonies of #88F4ED
Complementary color
Monochromatic Colors of #88F4ED
Black with #88F4ED
Text Example
Text Example
White with #88F4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F4ED; }
p { color: rgb(136,244,237); }
H1.HeaderClassName
{
color: #88F4ED;
}
.AnyTagClassName
{
color: #88F4ED;
}
</style>
background-color css
<style>
a { background-color: #88F4ED; }
a { background-color: rgb(136,244,237); }
div.DivClassName
{
background-color: #88F4ED;
}
.BgClassName
{
background-color: #88F4ED;
}
</style>
border-color css
<style>
span { border-color: #88F4ED; }
span { border-color: rgb(136,244,237); }
td.TdClassName
{
border-color: #88F4ED;
}
.TagClassName
{
border-color: #88F4ED;
}
</style>