Shades of Electric Blue #86FEF3
Tints of Electric Blue #86FEF3
RGB
CMYK
RGB Variations
Color information
#86FEF3 (or 0x86FEF3) is known color: Electric Blue. HEX triplet: 86, FE and F3. RGB value is (134,254,243). Sum of RGB (Red+Green+Blue) = 134+254+243=631 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.24% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEF3 is #79010C. Grayscale: #D8D8D8. Windows color (decimal): -7930125 or 15990406. OLE color: 15990406.
HSL color Cylindrical-coordinate representation of color #86FEF3: hue angle of 174.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 #86FEF3 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 254 | 243 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.00 |
| HSL | 174.5º | 0.98% | 0.76% | - |
| HSV(B) | 174.5º | 0.47% | 1% | - |
| XYZ | 61.45 | 82.42 | 97.46 | - |
| YUV | 216.87 | 142.74 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 243 | 0.47 | 0 | 0.04 | 0.00 | 174.5 | 0.98 | 0.76 |
| Hex | 86 | FE | F3 | 2F | 0 | 4 | 0 | AE | 62 | 4C |
| Octal | 206 | 376 | 363 | 57 | 0 | 4 | 0 | 256 | 142 | 114 |
| Binary | 10000110 | 11111110 | 11110011 | 101111 | 0 | 100 | 0 | 10101110 | 1100010 | 1001100 |
Color Harmonies of #86FEF3
Complementary color
Monochromatic Colors of #86FEF3
Black with #86FEF3
Text Example
Text Example
White with #86FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEF3; }
p { color: rgb(134,254,243); }
H1.HeaderClassName
{
color: #86FEF3;
}
.AnyTagClassName
{
color: #86FEF3;
}
</style>
background-color css
<style>
a { background-color: #86FEF3; }
a { background-color: rgb(134,254,243); }
div.DivClassName
{
background-color: #86FEF3;
}
.BgClassName
{
background-color: #86FEF3;
}
</style>
border-color css
<style>
span { border-color: #86FEF3; }
span { border-color: rgb(134,254,243); }
td.TdClassName
{
border-color: #86FEF3;
}
.TagClassName
{
border-color: #86FEF3;
}
</style>