Shades of Electric Blue #88FEF6
Tints of Electric Blue #88FEF6
RGB
CMYK
RGB Variations
Color information
#88FEF6 (or 0x88FEF6) is known color: Electric Blue. HEX triplet: 88, FE and F6. RGB value is (136,254,246). Sum of RGB (Red+Green+Blue) = 136+254+246=636 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.38% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FEF6 is #770109. Grayscale: #D9D9D9. Windows color (decimal): -7799050 or 16187016. OLE color: 16187016.
HSL color Cylindrical-coordinate representation of color #88FEF6: hue angle of 175.93º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FEF6 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 254 | 246 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.00 |
| HSL | 175.93º | 0.98% | 0.76% | - |
| HSV(B) | 175.93º | 0.46% | 1% | - |
| XYZ | 62.23 | 82.77 | 99.89 | - |
| YUV | 217.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 254 | 246 | 0.46 | 0 | 0.03 | 0.00 | 175.93 | 0.98 | 0.76 |
| Hex | 88 | FE | F6 | 2E | 0 | 3 | 0 | B0 | 62 | 4C |
| Octal | 210 | 376 | 366 | 56 | 0 | 3 | 0 | 260 | 142 | 114 |
| Binary | 10001000 | 11111110 | 11110110 | 101110 | 0 | 11 | 0 | 10110000 | 1100010 | 1001100 |
Color Harmonies of #88FEF6
Complementary color
Monochromatic Colors of #88FEF6
Black with #88FEF6
Text Example
Text Example
White with #88FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FEF6; }
p { color: rgb(136,254,246); }
H1.HeaderClassName
{
color: #88FEF6;
}
.AnyTagClassName
{
color: #88FEF6;
}
</style>
background-color css
<style>
a { background-color: #88FEF6; }
a { background-color: rgb(136,254,246); }
div.DivClassName
{
background-color: #88FEF6;
}
.BgClassName
{
background-color: #88FEF6;
}
</style>
border-color css
<style>
span { border-color: #88FEF6; }
span { border-color: rgb(136,254,246); }
td.TdClassName
{
border-color: #88FEF6;
}
.TagClassName
{
border-color: #88FEF6;
}
</style>