Shades of Electric Blue #88EDEF
Tints of Electric Blue #88EDEF
RGB
CMYK
RGB Variations
Color information
#88EDEF (or 0x88EDEF) is known color: Electric Blue. HEX triplet: 88, ED and EF. RGB value is (136,237,239). Sum of RGB (Red+Green+Blue) = 136+237+239=612 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.22% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #88EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EDEF is #771210. Grayscale: #CECECE. Windows color (decimal): -7803409 or 15723912. OLE color: 15723912.
HSL color Cylindrical-coordinate representation of color #88EDEF: hue angle of 181.17º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88EDEF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 237 | 239 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.06 |
| HSL | 181.17º | 0.76% | 0.74% | - |
| HSV(B) | 181.17º | 0.43% | 0.94% | - |
| XYZ | 56.02 | 72.03 | 92.61 | - |
| YUV | 207.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 237 | 239 | 0.43 | 0.01 | 0 | 0.06 | 181.17 | 0.76 | 0.74 |
| Hex | 88 | ED | EF | 2B | 1 | 0 | 6 | B5 | 4C | 4A |
| Octal | 210 | 355 | 357 | 53 | 1 | 0 | 6 | 265 | 114 | 112 |
| Binary | 10001000 | 11101101 | 11101111 | 101011 | 1 | 0 | 110 | 10110101 | 1001100 | 1001010 |
Color Harmonies of #88EDEF
Complementary color
Monochromatic Colors of #88EDEF
Black with #88EDEF
Text Example
Text Example
White with #88EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EDEF; }
p { color: rgb(136,237,239); }
H1.HeaderClassName
{
color: #88EDEF;
}
.AnyTagClassName
{
color: #88EDEF;
}
</style>
background-color css
<style>
a { background-color: #88EDEF; }
a { background-color: rgb(136,237,239); }
div.DivClassName
{
background-color: #88EDEF;
}
.BgClassName
{
background-color: #88EDEF;
}
</style>
border-color css
<style>
span { border-color: #88EDEF; }
span { border-color: rgb(136,237,239); }
td.TdClassName
{
border-color: #88EDEF;
}
.TagClassName
{
border-color: #88EDEF;
}
</style>