Shades of Electric Blue #86EEFF
Tints of Electric Blue #86EEFF
RGB
CMYK
RGB Variations
Color information
#86EEFF (or 0x86EEFF) is known color: Electric Blue. HEX triplet: 86, EE and FF. RGB value is (134,238,255). Sum of RGB (Red+Green+Blue) = 134+238+255=627 (83% of max value = 765). Red value is 134 (52.73% from 255 or 21.37% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #86EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEFF is #791100. Grayscale: #D0D0D0. Windows color (decimal): -7934209 or 16772742. OLE color: 16772742.
HSL color Cylindrical-coordinate representation of color #86EEFF: hue angle of 188.43º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86EEFF is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 238 | 255 | - |
| CMYK | 0.47 | 0.07 | 0 | 0 |
| HSL | 188.43º | 1% | 0.76% | - |
| HSV(B) | 188.43º | 0.47% | 1% | - |
| XYZ | 58.46 | 73.44 | 105.7 | - |
| YUV | 208.84 | 154.04 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 255 | 0.47 | 0.07 | 0 | 0 | 188.43 | 1 | 0.76 |
| Hex | 86 | EE | FF | 2F | 7 | 0 | 0 | BC | 64 | 4C |
| Octal | 206 | 356 | 377 | 57 | 7 | 0 | 0 | 274 | 144 | 114 |
| Binary | 10000110 | 11101110 | 11111111 | 101111 | 111 | 0 | 0 | 10111100 | 1100100 | 1001100 |
Color Harmonies of #86EEFF
Complementary color
Monochromatic Colors of #86EEFF
Black with #86EEFF
Text Example
Text Example
White with #86EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEFF; }
p { color: rgb(134,238,255); }
H1.HeaderClassName
{
color: #86EEFF;
}
.AnyTagClassName
{
color: #86EEFF;
}
</style>
background-color css
<style>
a { background-color: #86EEFF; }
a { background-color: rgb(134,238,255); }
div.DivClassName
{
background-color: #86EEFF;
}
.BgClassName
{
background-color: #86EEFF;
}
</style>
border-color css
<style>
span { border-color: #86EEFF; }
span { border-color: rgb(134,238,255); }
td.TdClassName
{
border-color: #86EEFF;
}
.TagClassName
{
border-color: #86EEFF;
}
</style>