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