Shades of Electric Blue #86EAEE
Tints of Electric Blue #86EAEE
RGB
CMYK
RGB Variations
Color information
#86EAEE (or 0x86EAEE) is known color: Electric Blue. HEX triplet: 86, EA and EE. RGB value is (134,234,238). Sum of RGB (Red+Green+Blue) = 134+234+238=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #86EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EAEE is #791511. Grayscale: #CCCCCC. Windows color (decimal): -7935250 or 15657606. OLE color: 15657606.
HSL color Cylindrical-coordinate representation of color #86EAEE: hue angle of 182.31º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EAEE is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 234 | 238 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.07 |
| HSL | 182.31º | 0.75% | 0.73% | - |
| HSV(B) | 182.31º | 0.44% | 0.93% | - |
| XYZ | 54.69 | 70.09 | 91.53 | - |
| YUV | 204.56 | 146.87 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 238 | 0.44 | 0.02 | 0 | 0.07 | 182.31 | 0.75 | 0.73 |
| Hex | 86 | EA | EE | 2C | 2 | 0 | 7 | B6 | 4B | 49 |
| Octal | 206 | 352 | 356 | 54 | 2 | 0 | 7 | 266 | 113 | 111 |
| Binary | 10000110 | 11101010 | 11101110 | 101100 | 10 | 0 | 111 | 10110110 | 1001011 | 1001001 |
Color Harmonies of #86EAEE
Complementary color
Monochromatic Colors of #86EAEE
Black with #86EAEE
Text Example
Text Example
White with #86EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EAEE; }
p { color: rgb(134,234,238); }
H1.HeaderClassName
{
color: #86EAEE;
}
.AnyTagClassName
{
color: #86EAEE;
}
</style>
background-color css
<style>
a { background-color: #86EAEE; }
a { background-color: rgb(134,234,238); }
div.DivClassName
{
background-color: #86EAEE;
}
.BgClassName
{
background-color: #86EAEE;
}
</style>
border-color css
<style>
span { border-color: #86EAEE; }
span { border-color: rgb(134,234,238); }
td.TdClassName
{
border-color: #86EAEE;
}
.TagClassName
{
border-color: #86EAEE;
}
</style>