Shades of Electric Blue #86FCFF
Tints of Electric Blue #86FCFF
RGB
CMYK
RGB Variations
Color information
#86FCFF (or 0x86FCFF) is known color: Electric Blue. HEX triplet: 86, FC and FF. RGB value is (134,252,255). Sum of RGB (Red+Green+Blue) = 134+252+255=641 (84% of max value = 765). Red value is 134 (52.73% from 255 or 20.90% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #86FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FCFF is #790300. Grayscale: #D8D8D8. Windows color (decimal): -7930625 or 16776326. OLE color: 16776326.
HSL color Cylindrical-coordinate representation of color #86FCFF: hue angle of 181.49º 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 #86FCFF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 252 | 255 | - |
| CMYK | 0.47 | 0.01 | 0 | 0 |
| HSL | 181.49º | 1% | 0.76% | - |
| HSV(B) | 181.49º | 0.47% | 1% | - |
| XYZ | 62.69 | 81.91 | 107.11 | - |
| YUV | 217.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 255 | 0.47 | 0.01 | 0 | 0 | 181.49 | 1 | 0.76 |
| Hex | 86 | FC | FF | 2F | 1 | 0 | 0 | B5 | 64 | 4C |
| Octal | 206 | 374 | 377 | 57 | 1 | 0 | 0 | 265 | 144 | 114 |
| Binary | 10000110 | 11111100 | 11111111 | 101111 | 1 | 0 | 0 | 10110101 | 1100100 | 1001100 |
Color Harmonies of #86FCFF
Complementary color
Monochromatic Colors of #86FCFF
Black with #86FCFF
Text Example
Text Example
White with #86FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FCFF; }
p { color: rgb(134,252,255); }
H1.HeaderClassName
{
color: #86FCFF;
}
.AnyTagClassName
{
color: #86FCFF;
}
</style>
background-color css
<style>
a { background-color: #86FCFF; }
a { background-color: rgb(134,252,255); }
div.DivClassName
{
background-color: #86FCFF;
}
.BgClassName
{
background-color: #86FCFF;
}
</style>
border-color css
<style>
span { border-color: #86FCFF; }
span { border-color: rgb(134,252,255); }
td.TdClassName
{
border-color: #86FCFF;
}
.TagClassName
{
border-color: #86FCFF;
}
</style>