Shades of Electric Blue #86F6FF
Tints of Electric Blue #86F6FF
RGB
CMYK
RGB Variations
Color information
#86F6FF (or 0x86F6FF) is known color: Electric Blue. HEX triplet: 86, F6 and FF. RGB value is (134,246,255). Sum of RGB (Red+Green+Blue) = 134+246+255=635 (84% of max value = 765). Red value is 134 (52.73% from 255 or 21.10% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #86F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F6FF is #790900. Grayscale: #D5D5D5. Windows color (decimal): -7932161 or 16774790. OLE color: 16774790.
HSL color Cylindrical-coordinate representation of color #86F6FF: hue angle of 184.46º 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 #86F6FF is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 246 | 255 | - |
| CMYK | 0.47 | 0.04 | 0 | 0 |
| HSL | 184.46º | 1% | 0.76% | - |
| HSV(B) | 184.46º | 0.47% | 1% | - |
| XYZ | 60.84 | 78.2 | 106.5 | - |
| YUV | 213.54 | 151.39 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 246 | 255 | 0.47 | 0.04 | 0 | 0 | 184.46 | 1 | 0.76 |
| Hex | 86 | F6 | FF | 2F | 4 | 0 | 0 | B8 | 64 | 4C |
| Octal | 206 | 366 | 377 | 57 | 4 | 0 | 0 | 270 | 144 | 114 |
| Binary | 10000110 | 11110110 | 11111111 | 101111 | 100 | 0 | 0 | 10111000 | 1100100 | 1001100 |
Color Harmonies of #86F6FF
Complementary color
Monochromatic Colors of #86F6FF
Black with #86F6FF
Text Example
Text Example
White with #86F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F6FF; }
p { color: rgb(134,246,255); }
H1.HeaderClassName
{
color: #86F6FF;
}
.AnyTagClassName
{
color: #86F6FF;
}
</style>
background-color css
<style>
a { background-color: #86F6FF; }
a { background-color: rgb(134,246,255); }
div.DivClassName
{
background-color: #86F6FF;
}
.BgClassName
{
background-color: #86F6FF;
}
</style>
border-color css
<style>
span { border-color: #86F6FF; }
span { border-color: rgb(134,246,255); }
td.TdClassName
{
border-color: #86F6FF;
}
.TagClassName
{
border-color: #86F6FF;
}
</style>