Shades of Electric Blue #86EDF0
Tints of Electric Blue #86EDF0
RGB
CMYK
RGB Variations
Color information
#86EDF0 (or 0x86EDF0) is known color: Electric Blue. HEX triplet: 86, ED and F0. RGB value is (134,237,240). Sum of RGB (Red+Green+Blue) = 134+237+240=611 (80% of max value = 765). Red value is 134 (52.73% from 255 or 21.93% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #86EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EDF0 is #79120F. Grayscale: #CECECE. Windows color (decimal): -7934480 or 15789446. OLE color: 15789446.
HSL color Cylindrical-coordinate representation of color #86EDF0: hue angle of 181.7º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EDF0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 237 | 240 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.06 |
| HSL | 181.7º | 0.78% | 0.73% | - |
| HSV(B) | 181.7º | 0.44% | 0.94% | - |
| XYZ | 55.84 | 71.93 | 93.38 | - |
| YUV | 206.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 240 | 0.44 | 0.01 | 0 | 0.06 | 181.7 | 0.78 | 0.73 |
| Hex | 86 | ED | F0 | 2C | 1 | 0 | 6 | B6 | 4E | 49 |
| Octal | 206 | 355 | 360 | 54 | 1 | 0 | 6 | 266 | 116 | 111 |
| Binary | 10000110 | 11101101 | 11110000 | 101100 | 1 | 0 | 110 | 10110110 | 1001110 | 1001001 |
Color Harmonies of #86EDF0
Complementary color
Monochromatic Colors of #86EDF0
Black with #86EDF0
Text Example
Text Example
White with #86EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EDF0; }
p { color: rgb(134,237,240); }
H1.HeaderClassName
{
color: #86EDF0;
}
.AnyTagClassName
{
color: #86EDF0;
}
</style>
background-color css
<style>
a { background-color: #86EDF0; }
a { background-color: rgb(134,237,240); }
div.DivClassName
{
background-color: #86EDF0;
}
.BgClassName
{
background-color: #86EDF0;
}
</style>
border-color css
<style>
span { border-color: #86EDF0; }
span { border-color: rgb(134,237,240); }
td.TdClassName
{
border-color: #86EDF0;
}
.TagClassName
{
border-color: #86EDF0;
}
</style>