Shades of Electric Blue #86FEF1
Tints of Electric Blue #86FEF1
RGB
CMYK
RGB Variations
Color information
#86FEF1 (or 0x86FEF1) is known color: Electric Blue. HEX triplet: 86, FE and F1. RGB value is (134,254,241). Sum of RGB (Red+Green+Blue) = 134+254+241=629 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.30% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEF1 is #79010E. Grayscale: #D8D8D8. Windows color (decimal): -7930127 or 15859334. OLE color: 15859334.
HSL color Cylindrical-coordinate representation of color #86FEF1: hue angle of 173.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEF1 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 241 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.00 |
| HSL | 173.5º | 0.98% | 0.76% | - |
| HSV(B) | 173.5º | 0.47% | 1% | - |
| XYZ | 61.15 | 82.3 | 95.88 | - |
| YUV | 216.64 | 141.74 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 241 | 0.47 | 0 | 0.05 | 0.00 | 173.5 | 0.98 | 0.76 |
| Hex | 86 | FE | F1 | 2F | 0 | 5 | 0 | AE | 62 | 4C |
| Octal | 206 | 376 | 361 | 57 | 0 | 5 | 0 | 256 | 142 | 114 |
| Binary | 10000110 | 11111110 | 11110001 | 101111 | 0 | 101 | 0 | 10101110 | 1100010 | 1001100 |
Color Harmonies of #86FEF1
Complementary color
Monochromatic Colors of #86FEF1
Black with #86FEF1
Text Example
Text Example
White with #86FEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEF1; }
p { color: rgb(134,254,241); }
H1.HeaderClassName
{
color: #86FEF1;
}
.AnyTagClassName
{
color: #86FEF1;
}
</style>
background-color css
<style>
a { background-color: #86FEF1; }
a { background-color: rgb(134,254,241); }
div.DivClassName
{
background-color: #86FEF1;
}
.BgClassName
{
background-color: #86FEF1;
}
</style>
border-color css
<style>
span { border-color: #86FEF1; }
span { border-color: rgb(134,254,241); }
td.TdClassName
{
border-color: #86FEF1;
}
.TagClassName
{
border-color: #86FEF1;
}
</style>