Shades of Electric Blue #85ECED
Tints of Electric Blue #85ECED
RGB
CMYK
RGB Variations
Color information
#85ECED (or 0x85ECED) is known color: Electric Blue. HEX triplet: 85, EC and ED. RGB value is (133,236,237). Sum of RGB (Red+Green+Blue) = 133+236+237=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #85ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85ECED is #7A1312. Grayscale: #CDCDCD. Windows color (decimal): -8000275 or 15592581. OLE color: 15592581.
HSL color Cylindrical-coordinate representation of color #85ECED: hue angle of 180.58º degrees, saturation: 0.74, 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 #85ECED is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 237 | - |
| CMYK | 0.44 | 0.00 | 0 | 0.07 |
| HSL | 180.58º | 0.74% | 0.73% | - |
| HSV(B) | 180.58º | 0.44% | 0.93% | - |
| XYZ | 54.95 | 71.09 | 90.95 | - |
| YUV | 205.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 237 | 0.44 | 0.00 | 0 | 0.07 | 180.58 | 0.74 | 0.73 |
| Hex | 85 | EC | ED | 2C | 0 | 0 | 7 | B5 | 4A | 49 |
| Octal | 205 | 354 | 355 | 54 | 0 | 0 | 7 | 265 | 112 | 111 |
| Binary | 10000101 | 11101100 | 11101101 | 101100 | 0 | 0 | 111 | 10110101 | 1001010 | 1001001 |
Color Harmonies of #85ECED
Complementary color
Monochromatic Colors of #85ECED
Black with #85ECED
Text Example
Text Example
White with #85ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECED; }
p { color: rgb(133,236,237); }
H1.HeaderClassName
{
color: #85ECED;
}
.AnyTagClassName
{
color: #85ECED;
}
</style>
background-color css
<style>
a { background-color: #85ECED; }
a { background-color: rgb(133,236,237); }
div.DivClassName
{
background-color: #85ECED;
}
.BgClassName
{
background-color: #85ECED;
}
</style>
border-color css
<style>
span { border-color: #85ECED; }
span { border-color: rgb(133,236,237); }
td.TdClassName
{
border-color: #85ECED;
}
.TagClassName
{
border-color: #85ECED;
}
</style>