Shades of Electric Blue #86F5FF
Tints of Electric Blue #86F5FF
RGB
CMYK
RGB Variations
Color information
#86F5FF (or 0x86F5FF) is known color: Electric Blue. HEX triplet: 86, F5 and FF. RGB value is (134,245,255). Sum of RGB (Red+Green+Blue) = 134+245+255=634 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.14% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #86F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F5FF is #790A00. Grayscale: #D4D4D4. Windows color (decimal): -7932417 or 16774534. OLE color: 16774534.
HSL color Cylindrical-coordinate representation of color #86F5FF: hue angle of 184.96º 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 #86F5FF is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 245 | 255 | - |
| CMYK | 0.47 | 0.04 | 0 | 0 |
| HSL | 184.96º | 1% | 0.76% | - |
| HSV(B) | 184.96º | 0.47% | 1% | - |
| XYZ | 60.53 | 77.59 | 106.39 | - |
| YUV | 212.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 255 | 0.47 | 0.04 | 0 | 0 | 184.96 | 1 | 0.76 |
| Hex | 86 | F5 | FF | 2F | 4 | 0 | 0 | B9 | 64 | 4C |
| Octal | 206 | 365 | 377 | 57 | 4 | 0 | 0 | 271 | 144 | 114 |
| Binary | 10000110 | 11110101 | 11111111 | 101111 | 100 | 0 | 0 | 10111001 | 1100100 | 1001100 |
Color Harmonies of #86F5FF
Complementary color
Monochromatic Colors of #86F5FF
Black with #86F5FF
Text Example
Text Example
White with #86F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F5FF; }
p { color: rgb(134,245,255); }
H1.HeaderClassName
{
color: #86F5FF;
}
.AnyTagClassName
{
color: #86F5FF;
}
</style>
background-color css
<style>
a { background-color: #86F5FF; }
a { background-color: rgb(134,245,255); }
div.DivClassName
{
background-color: #86F5FF;
}
.BgClassName
{
background-color: #86F5FF;
}
</style>
border-color css
<style>
span { border-color: #86F5FF; }
span { border-color: rgb(134,245,255); }
td.TdClassName
{
border-color: #86F5FF;
}
.TagClassName
{
border-color: #86F5FF;
}
</style>