Shades of Electric Blue #86FCFC
Tints of Electric Blue #86FCFC
RGB
CMYK
RGB Variations
Color information
#86FCFC (or 0x86FCFC) is known color: Electric Blue. HEX triplet: 86, FC and FC. RGB value is (134,252,252). Sum of RGB (Red+Green+Blue) = 134+252+252=638 (84% of max value = 765). Red value is 134 (52.73% from 255 or 21.00% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #86FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FCFC is #790303. Grayscale: #D8D8D8. Windows color (decimal): -7930628 or 16579718. OLE color: 16579718.
HSL color Cylindrical-coordinate representation of color #86FCFC: hue angle of 180º degrees, saturation: 0.95, 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 #86FCFC is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 252 | 252 | - |
| CMYK | 0.47 | 0 | 0 | 0.01 |
| HSL | 180º | 0.95% | 0.76% | - |
| HSV(B) | 180º | 0.47% | 0.99% | - |
| XYZ | 62.21 | 81.72 | 104.59 | - |
| YUV | 216.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 252 | 252 | 0.47 | 0 | 0 | 0.01 | 180 | 0.95 | 0.76 |
| Hex | 86 | FC | FC | 2F | 0 | 0 | 1 | B4 | 5F | 4C |
| Octal | 206 | 374 | 374 | 57 | 0 | 0 | 1 | 264 | 137 | 114 |
| Binary | 10000110 | 11111100 | 11111100 | 101111 | 0 | 0 | 1 | 10110100 | 1011111 | 1001100 |
Color Harmonies of #86FCFC
Complementary color
Monochromatic Colors of #86FCFC
Black with #86FCFC
Text Example
Text Example
White with #86FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FCFC; }
p { color: rgb(134,252,252); }
H1.HeaderClassName
{
color: #86FCFC;
}
.AnyTagClassName
{
color: #86FCFC;
}
</style>
background-color css
<style>
a { background-color: #86FCFC; }
a { background-color: rgb(134,252,252); }
div.DivClassName
{
background-color: #86FCFC;
}
.BgClassName
{
background-color: #86FCFC;
}
</style>
border-color css
<style>
span { border-color: #86FCFC; }
span { border-color: rgb(134,252,252); }
td.TdClassName
{
border-color: #86FCFC;
}
.TagClassName
{
border-color: #86FCFC;
}
</style>