Shades of Electric Blue #86FDF3
Tints of Electric Blue #86FDF3
RGB
CMYK
RGB Variations
Color information
#86FDF3 (or 0x86FDF3) is known color: Electric Blue. HEX triplet: 86, FD and F3. RGB value is (134,253,243). Sum of RGB (Red+Green+Blue) = 134+253+243=630 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.27% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #86FDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FDF3 is #79020C. Grayscale: #D8D8D8. Windows color (decimal): -7930381 or 15990150. OLE color: 15990150.
HSL color Cylindrical-coordinate representation of color #86FDF3: hue angle of 174.96º degrees, saturation: 0.97, 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 #86FDF3 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 253 | 243 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.01 |
| HSL | 174.96º | 0.97% | 0.76% | - |
| HSV(B) | 174.96º | 0.47% | 0.99% | - |
| XYZ | 61.13 | 81.79 | 97.36 | - |
| YUV | 216.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 253 | 243 | 0.47 | 0 | 0.04 | 0.01 | 174.96 | 0.97 | 0.76 |
| Hex | 86 | FD | F3 | 2F | 0 | 4 | 1 | AF | 61 | 4C |
| Octal | 206 | 375 | 363 | 57 | 0 | 4 | 1 | 257 | 141 | 114 |
| Binary | 10000110 | 11111101 | 11110011 | 101111 | 0 | 100 | 1 | 10101111 | 1100001 | 1001100 |
Color Harmonies of #86FDF3
Complementary color
Monochromatic Colors of #86FDF3
Black with #86FDF3
Text Example
Text Example
White with #86FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FDF3; }
p { color: rgb(134,253,243); }
H1.HeaderClassName
{
color: #86FDF3;
}
.AnyTagClassName
{
color: #86FDF3;
}
</style>
background-color css
<style>
a { background-color: #86FDF3; }
a { background-color: rgb(134,253,243); }
div.DivClassName
{
background-color: #86FDF3;
}
.BgClassName
{
background-color: #86FDF3;
}
</style>
border-color css
<style>
span { border-color: #86FDF3; }
span { border-color: rgb(134,253,243); }
td.TdClassName
{
border-color: #86FDF3;
}
.TagClassName
{
border-color: #86FDF3;
}
</style>