Shades of Electric Blue #85ECEC
Tints of Electric Blue #85ECEC
RGB
CMYK
RGB Variations
Color information
#85ECEC (or 0x85ECEC) is known color: Electric Blue. HEX triplet: 85, EC and EC. RGB value is (133,236,236). Sum of RGB (Red+Green+Blue) = 133+236+236=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #85ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85ECEC is #7A1313. Grayscale: #CDCDCD. Windows color (decimal): -8000276 or 15527045. OLE color: 15527045.
HSL color Cylindrical-coordinate representation of color #85ECEC: hue angle of 180º 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 #85ECEC is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 236 | - |
| CMYK | 0.44 | 0 | 0 | 0.07 |
| HSL | 180º | 0.73% | 0.72% | - |
| HSV(B) | 180º | 0.44% | 0.93% | - |
| XYZ | 54.81 | 71.03 | 90.18 | - |
| YUV | 205.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 236 | 0.44 | 0 | 0 | 0.07 | 180 | 0.73 | 0.72 |
| Hex | 85 | EC | EC | 2C | 0 | 0 | 7 | B4 | 49 | 48 |
| Octal | 205 | 354 | 354 | 54 | 0 | 0 | 7 | 264 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11101100 | 101100 | 0 | 0 | 111 | 10110100 | 1001001 | 1001000 |
Color Harmonies of #85ECEC
Complementary color
Monochromatic Colors of #85ECEC
Black with #85ECEC
Text Example
Text Example
White with #85ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECEC; }
p { color: rgb(133,236,236); }
H1.HeaderClassName
{
color: #85ECEC;
}
.AnyTagClassName
{
color: #85ECEC;
}
</style>
background-color css
<style>
a { background-color: #85ECEC; }
a { background-color: rgb(133,236,236); }
div.DivClassName
{
background-color: #85ECEC;
}
.BgClassName
{
background-color: #85ECEC;
}
</style>
border-color css
<style>
span { border-color: #85ECEC; }
span { border-color: rgb(133,236,236); }
td.TdClassName
{
border-color: #85ECEC;
}
.TagClassName
{
border-color: #85ECEC;
}
</style>