Shades of Electric Blue #86FBFA
Tints of Electric Blue #86FBFA
RGB
CMYK
RGB Variations
Color information
#86FBFA (or 0x86FBFA) is known color: Electric Blue. HEX triplet: 86, FB and FA. RGB value is (134,251,250). Sum of RGB (Red+Green+Blue) = 134+251+250=635 (84% of max value = 765). Red value is 134 (52.73% from 255 or 21.10% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #86FBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FBFA is #790405. Grayscale: #D7D7D7. Windows color (decimal): -7930886 or 16448390. OLE color: 16448390.
HSL color Cylindrical-coordinate representation of color #86FBFA: hue angle of 179.49º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FBFA is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 250 | - |
| CMYK | 0.47 | 0 | 0.00 | 0.02 |
| HSL | 179.49º | 0.94% | 0.75% | - |
| HSV(B) | 179.49º | 0.47% | 0.98% | - |
| XYZ | 61.58 | 80.96 | 102.82 | - |
| YUV | 215.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 250 | 0.47 | 0 | 0.00 | 0.02 | 179.49 | 0.94 | 0.75 |
| Hex | 86 | FB | FA | 2F | 0 | 0 | 2 | B3 | 5E | 4B |
| Octal | 206 | 373 | 372 | 57 | 0 | 0 | 2 | 263 | 136 | 113 |
| Binary | 10000110 | 11111011 | 11111010 | 101111 | 0 | 0 | 10 | 10110011 | 1011110 | 1001011 |
Color Harmonies of #86FBFA
Complementary color
Monochromatic Colors of #86FBFA
Black with #86FBFA
Text Example
Text Example
White with #86FBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FBFA; }
p { color: rgb(134,251,250); }
H1.HeaderClassName
{
color: #86FBFA;
}
.AnyTagClassName
{
color: #86FBFA;
}
</style>
background-color css
<style>
a { background-color: #86FBFA; }
a { background-color: rgb(134,251,250); }
div.DivClassName
{
background-color: #86FBFA;
}
.BgClassName
{
background-color: #86FBFA;
}
</style>
border-color css
<style>
span { border-color: #86FBFA; }
span { border-color: rgb(134,251,250); }
td.TdClassName
{
border-color: #86FBFA;
}
.TagClassName
{
border-color: #86FBFA;
}
</style>