Shades of Electric Blue #86FEFF
Tints of Electric Blue #86FEFF
RGB
CMYK
RGB Variations
Color information
#86FEFF (or 0x86FEFF) is known color: Electric Blue. HEX triplet: 86, FE and FF. RGB value is (134,254,255). Sum of RGB (Red+Green+Blue) = 134+254+255=643 (85% of max value = 765). Red value is 134 (52.73% from 255 or 20.84% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #86FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FEFF is #790100. Grayscale: #DADADA. Windows color (decimal): -7930113 or 16776838. OLE color: 16776838.
HSL color Cylindrical-coordinate representation of color #86FEFF: hue angle of 180.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FEFF is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 254 | 255 | - |
| CMYK | 0.47 | 0.00 | 0 | 0 |
| HSL | 180.5º | 1% | 0.76% | - |
| HSV(B) | 180.5º | 0.47% | 1% | - |
| XYZ | 63.32 | 83.17 | 107.32 | - |
| YUV | 218.23 | 148.74 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 254 | 255 | 0.47 | 0.00 | 0 | 0 | 180.5 | 1 | 0.76 |
| Hex | 86 | FE | FF | 2F | 0 | 0 | 0 | B4 | 64 | 4C |
| Octal | 206 | 376 | 377 | 57 | 0 | 0 | 0 | 264 | 144 | 114 |
| Binary | 10000110 | 11111110 | 11111111 | 101111 | 0 | 0 | 0 | 10110100 | 1100100 | 1001100 |
Color Harmonies of #86FEFF
Complementary color
Monochromatic Colors of #86FEFF
Black with #86FEFF
Text Example
Text Example
White with #86FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FEFF; }
p { color: rgb(134,254,255); }
H1.HeaderClassName
{
color: #86FEFF;
}
.AnyTagClassName
{
color: #86FEFF;
}
</style>
background-color css
<style>
a { background-color: #86FEFF; }
a { background-color: rgb(134,254,255); }
div.DivClassName
{
background-color: #86FEFF;
}
.BgClassName
{
background-color: #86FEFF;
}
</style>
border-color css
<style>
span { border-color: #86FEFF; }
span { border-color: rgb(134,254,255); }
td.TdClassName
{
border-color: #86FEFF;
}
.TagClassName
{
border-color: #86FEFF;
}
</style>