Shades of Electric Blue #86E9F1
Tints of Electric Blue #86E9F1
RGB
CMYK
RGB Variations
Color information
#86E9F1 (or 0x86E9F1) is known color: Electric Blue. HEX triplet: 86, E9 and F1. RGB value is (134,233,241). Sum of RGB (Red+Green+Blue) = 134+233+241=608 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.04% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #86E9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86E9F1 is #79160E. Grayscale: #CCCCCC. Windows color (decimal): -7935503 or 15853958. OLE color: 15853958.
HSL color Cylindrical-coordinate representation of color #86E9F1: hue angle of 184.49º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E9F1 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 233 | 241 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.05 |
| HSL | 184.49º | 0.79% | 0.74% | - |
| HSV(B) | 184.49º | 0.44% | 0.95% | - |
| XYZ | 54.85 | 69.7 | 93.78 | - |
| YUV | 204.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 241 | 0.44 | 0.03 | 0 | 0.05 | 184.49 | 0.79 | 0.74 |
| Hex | 86 | E9 | F1 | 2C | 3 | 0 | 5 | B8 | 4F | 4A |
| Octal | 206 | 351 | 361 | 54 | 3 | 0 | 5 | 270 | 117 | 112 |
| Binary | 10000110 | 11101001 | 11110001 | 101100 | 11 | 0 | 101 | 10111000 | 1001111 | 1001010 |
Color Harmonies of #86E9F1
Complementary color
Monochromatic Colors of #86E9F1
Black with #86E9F1
Text Example
Text Example
White with #86E9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E9F1; }
p { color: rgb(134,233,241); }
H1.HeaderClassName
{
color: #86E9F1;
}
.AnyTagClassName
{
color: #86E9F1;
}
</style>
background-color css
<style>
a { background-color: #86E9F1; }
a { background-color: rgb(134,233,241); }
div.DivClassName
{
background-color: #86E9F1;
}
.BgClassName
{
background-color: #86E9F1;
}
</style>
border-color css
<style>
span { border-color: #86E9F1; }
span { border-color: rgb(134,233,241); }
td.TdClassName
{
border-color: #86E9F1;
}
.TagClassName
{
border-color: #86E9F1;
}
</style>