Shades of Electric Blue #86E9F3
Tints of Electric Blue #86E9F3
RGB
CMYK
RGB Variations
Color information
#86E9F3 (or 0x86E9F3) is known color: Electric Blue. HEX triplet: 86, E9 and F3. RGB value is (134,233,243). Sum of RGB (Red+Green+Blue) = 134+233+243=610 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.97% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #86E9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E9F3 is #79160C. Grayscale: #CCCCCC. Windows color (decimal): -7935501 or 15985030. OLE color: 15985030.
HSL color Cylindrical-coordinate representation of color #86E9F3: hue angle of 185.5º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86E9F3 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 233 | 243 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.05 |
| HSL | 185.5º | 0.82% | 0.74% | - |
| HSV(B) | 185.5º | 0.45% | 0.95% | - |
| XYZ | 55.15 | 69.82 | 95.36 | - |
| YUV | 204.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 243 | 0.45 | 0.04 | 0 | 0.05 | 185.5 | 0.82 | 0.74 |
| Hex | 86 | E9 | F3 | 2D | 4 | 0 | 5 | BA | 52 | 4A |
| Octal | 206 | 351 | 363 | 55 | 4 | 0 | 5 | 272 | 122 | 112 |
| Binary | 10000110 | 11101001 | 11110011 | 101101 | 100 | 0 | 101 | 10111010 | 1010010 | 1001010 |
Color Harmonies of #86E9F3
Complementary color
Monochromatic Colors of #86E9F3
Black with #86E9F3
Text Example
Text Example
White with #86E9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E9F3; }
p { color: rgb(134,233,243); }
H1.HeaderClassName
{
color: #86E9F3;
}
.AnyTagClassName
{
color: #86E9F3;
}
</style>
background-color css
<style>
a { background-color: #86E9F3; }
a { background-color: rgb(134,233,243); }
div.DivClassName
{
background-color: #86E9F3;
}
.BgClassName
{
background-color: #86E9F3;
}
</style>
border-color css
<style>
span { border-color: #86E9F3; }
span { border-color: rgb(134,233,243); }
td.TdClassName
{
border-color: #86E9F3;
}
.TagClassName
{
border-color: #86E9F3;
}
</style>