Shades of Electric Blue #85E7EC
Tints of Electric Blue #85E7EC
RGB
CMYK
RGB Variations
Color information
#85E7EC (or 0x85E7EC) is known color: Electric Blue. HEX triplet: 85, E7 and EC. RGB value is (133,231,236). Sum of RGB (Red+Green+Blue) = 133+231+236=600 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.17% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #85E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E7EC is #7A1813. Grayscale: #CACACA. Windows color (decimal): -8001556 or 15525765. OLE color: 15525765.
HSL color Cylindrical-coordinate representation of color #85E7EC: hue angle of 182.91º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85E7EC is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 231 | 236 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.07 |
| HSL | 182.91º | 0.73% | 0.72% | - |
| HSV(B) | 182.91º | 0.44% | 0.93% | - |
| XYZ | 53.39 | 68.19 | 89.71 | - |
| YUV | 202.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 236 | 0.44 | 0.02 | 0 | 0.07 | 182.91 | 0.73 | 0.72 |
| Hex | 85 | E7 | EC | 2C | 2 | 0 | 7 | B7 | 49 | 48 |
| Octal | 205 | 347 | 354 | 54 | 2 | 0 | 7 | 267 | 111 | 110 |
| Binary | 10000101 | 11100111 | 11101100 | 101100 | 10 | 0 | 111 | 10110111 | 1001001 | 1001000 |
Color Harmonies of #85E7EC
Complementary color
Monochromatic Colors of #85E7EC
Black with #85E7EC
Text Example
Text Example
White with #85E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E7EC; }
p { color: rgb(133,231,236); }
H1.HeaderClassName
{
color: #85E7EC;
}
.AnyTagClassName
{
color: #85E7EC;
}
</style>
background-color css
<style>
a { background-color: #85E7EC; }
a { background-color: rgb(133,231,236); }
div.DivClassName
{
background-color: #85E7EC;
}
.BgClassName
{
background-color: #85E7EC;
}
</style>
border-color css
<style>
span { border-color: #85E7EC; }
span { border-color: rgb(133,231,236); }
td.TdClassName
{
border-color: #85E7EC;
}
.TagClassName
{
border-color: #85E7EC;
}
</style>