Shades of Electric Blue #88E7F9
Tints of Electric Blue #88E7F9
RGB
CMYK
RGB Variations
Color information
#88E7F9 (or 0x88E7F9) is known color: Electric Blue. HEX triplet: 88, E7 and F9. RGB value is (136,231,249). Sum of RGB (Red+Green+Blue) = 136+231+249=616 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.08% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #88E7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E7F9 is #771806. Grayscale: #CCCCCC. Windows color (decimal): -7804935 or 16377736. OLE color: 16377736.
HSL color Cylindrical-coordinate representation of color #88E7F9: hue angle of 189.56º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88E7F9 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 231 | 249 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.02 |
| HSL | 189.56º | 0.9% | 0.75% | - |
| HSV(B) | 189.56º | 0.45% | 0.98% | - |
| XYZ | 55.83 | 69.23 | 100.04 | - |
| YUV | 204.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 231 | 249 | 0.45 | 0.07 | 0 | 0.02 | 189.56 | 0.9 | 0.75 |
| Hex | 88 | E7 | F9 | 2D | 7 | 0 | 2 | BE | 5A | 4B |
| Octal | 210 | 347 | 371 | 55 | 7 | 0 | 2 | 276 | 132 | 113 |
| Binary | 10001000 | 11100111 | 11111001 | 101101 | 111 | 0 | 10 | 10111110 | 1011010 | 1001011 |
Color Harmonies of #88E7F9
Complementary color
Monochromatic Colors of #88E7F9
Black with #88E7F9
Text Example
Text Example
White with #88E7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E7F9; }
p { color: rgb(136,231,249); }
H1.HeaderClassName
{
color: #88E7F9;
}
.AnyTagClassName
{
color: #88E7F9;
}
</style>
background-color css
<style>
a { background-color: #88E7F9; }
a { background-color: rgb(136,231,249); }
div.DivClassName
{
background-color: #88E7F9;
}
.BgClassName
{
background-color: #88E7F9;
}
</style>
border-color css
<style>
span { border-color: #88E7F9; }
span { border-color: rgb(136,231,249); }
td.TdClassName
{
border-color: #88E7F9;
}
.TagClassName
{
border-color: #88E7F9;
}
</style>