Shades of Electric Blue #86F2FB
Tints of Electric Blue #86F2FB
RGB
CMYK
RGB Variations
Color information
#86F2FB (or 0x86F2FB) is known color: Electric Blue. HEX triplet: 86, F2 and FB. RGB value is (134,242,251). Sum of RGB (Red+Green+Blue) = 134+242+251=627 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.37% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #86F2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F2FB is #790D04. Grayscale: #D2D2D2. Windows color (decimal): -7933189 or 16511622. OLE color: 16511622.
HSL color Cylindrical-coordinate representation of color #86F2FB: hue angle of 184.62º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86F2FB is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 242 | 251 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.02 |
| HSL | 184.62º | 0.94% | 0.75% | - |
| HSV(B) | 184.62º | 0.47% | 0.98% | - |
| XYZ | 59 | 75.54 | 102.74 | - |
| YUV | 210.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 251 | 0.47 | 0.04 | 0 | 0.02 | 184.62 | 0.94 | 0.75 |
| Hex | 86 | F2 | FB | 2F | 4 | 0 | 2 | B9 | 5E | 4B |
| Octal | 206 | 362 | 373 | 57 | 4 | 0 | 2 | 271 | 136 | 113 |
| Binary | 10000110 | 11110010 | 11111011 | 101111 | 100 | 0 | 10 | 10111001 | 1011110 | 1001011 |
Color Harmonies of #86F2FB
Complementary color
Monochromatic Colors of #86F2FB
Black with #86F2FB
Text Example
Text Example
White with #86F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F2FB; }
p { color: rgb(134,242,251); }
H1.HeaderClassName
{
color: #86F2FB;
}
.AnyTagClassName
{
color: #86F2FB;
}
</style>
background-color css
<style>
a { background-color: #86F2FB; }
a { background-color: rgb(134,242,251); }
div.DivClassName
{
background-color: #86F2FB;
}
.BgClassName
{
background-color: #86F2FB;
}
</style>
border-color css
<style>
span { border-color: #86F2FB; }
span { border-color: rgb(134,242,251); }
td.TdClassName
{
border-color: #86F2FB;
}
.TagClassName
{
border-color: #86F2FB;
}
</style>