Shades of Electric Blue #88E5F1
Tints of Electric Blue #88E5F1
RGB
CMYK
RGB Variations
Color information
#88E5F1 (or 0x88E5F1) is known color: Electric Blue. HEX triplet: 88, E5 and F1. RGB value is (136,229,241). Sum of RGB (Red+Green+Blue) = 136+229+241=606 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.44% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #88E5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E5F1 is #771A0E. Grayscale: #CACACA. Windows color (decimal): -7805455 or 15852936. OLE color: 15852936.
HSL color Cylindrical-coordinate representation of color #88E5F1: hue angle of 186.86º 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 #88E5F1 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 229 | 241 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.05 |
| HSL | 186.86º | 0.79% | 0.74% | - |
| HSV(B) | 186.86º | 0.44% | 0.95% | - |
| XYZ | 54.05 | 67.62 | 93.42 | - |
| YUV | 202.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 229 | 241 | 0.44 | 0.05 | 0 | 0.05 | 186.86 | 0.79 | 0.74 |
| Hex | 88 | E5 | F1 | 2C | 5 | 0 | 5 | BB | 4F | 4A |
| Octal | 210 | 345 | 361 | 54 | 5 | 0 | 5 | 273 | 117 | 112 |
| Binary | 10001000 | 11100101 | 11110001 | 101100 | 101 | 0 | 101 | 10111011 | 1001111 | 1001010 |
Color Harmonies of #88E5F1
Complementary color
Monochromatic Colors of #88E5F1
Black with #88E5F1
Text Example
Text Example
White with #88E5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E5F1; }
p { color: rgb(136,229,241); }
H1.HeaderClassName
{
color: #88E5F1;
}
.AnyTagClassName
{
color: #88E5F1;
}
</style>
background-color css
<style>
a { background-color: #88E5F1; }
a { background-color: rgb(136,229,241); }
div.DivClassName
{
background-color: #88E5F1;
}
.BgClassName
{
background-color: #88E5F1;
}
</style>
border-color css
<style>
span { border-color: #88E5F1; }
span { border-color: rgb(136,229,241); }
td.TdClassName
{
border-color: #88E5F1;
}
.TagClassName
{
border-color: #88E5F1;
}
</style>