Shades of Electric Blue #86FDFB
Tints of Electric Blue #86FDFB
RGB
CMYK
RGB Variations
Color information
#86FDFB (or 0x86FDFB) is known color: Electric Blue. HEX triplet: 86, FD and FB. RGB value is (134,253,251). Sum of RGB (Red+Green+Blue) = 134+253+251=638 (84% of max value = 765). Red value is 134 (52.73% from 255 or 21.00% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FDFB is #790204. Grayscale: #D9D9D9. Windows color (decimal): -7930373 or 16514438. OLE color: 16514438.
HSL color Cylindrical-coordinate representation of color #86FDFB: hue angle of 178.99º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FDFB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 251 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.01 |
| HSL | 178.99º | 0.97% | 0.76% | - |
| HSV(B) | 178.99º | 0.47% | 0.99% | - |
| XYZ | 62.37 | 82.28 | 103.86 | - |
| YUV | 217.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 251 | 0.47 | 0 | 0.01 | 0.01 | 178.99 | 0.97 | 0.76 |
| Hex | 86 | FD | FB | 2F | 0 | 1 | 1 | B3 | 61 | 4C |
| Octal | 206 | 375 | 373 | 57 | 0 | 1 | 1 | 263 | 141 | 114 |
| Binary | 10000110 | 11111101 | 11111011 | 101111 | 0 | 1 | 1 | 10110011 | 1100001 | 1001100 |
Color Harmonies of #86FDFB
Complementary color
Monochromatic Colors of #86FDFB
Black with #86FDFB
Text Example
Text Example
White with #86FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDFB; }
p { color: rgb(134,253,251); }
H1.HeaderClassName
{
color: #86FDFB;
}
.AnyTagClassName
{
color: #86FDFB;
}
</style>
background-color css
<style>
a { background-color: #86FDFB; }
a { background-color: rgb(134,253,251); }
div.DivClassName
{
background-color: #86FDFB;
}
.BgClassName
{
background-color: #86FDFB;
}
</style>
border-color css
<style>
span { border-color: #86FDFB; }
span { border-color: rgb(134,253,251); }
td.TdClassName
{
border-color: #86FDFB;
}
.TagClassName
{
border-color: #86FDFB;
}
</style>