Shades of Electric Blue #85FFED
Tints of Electric Blue #85FFED
RGB
CMYK
RGB Variations
Color information
#85FFED (or 0x85FFED) is known color: Electric Blue. HEX triplet: 85, FF and ED. RGB value is (133,255,237). Sum of RGB (Red+Green+Blue) = 133+255+237=625 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.28% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFED is #7A0012. Grayscale: #D8D8D8. Windows color (decimal): -7995411 or 15597445. OLE color: 15597445.
HSL color Cylindrical-coordinate representation of color #85FFED: hue angle of 171.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFED is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 237 | - |
| CMYK | 0.48 | 0 | 0.07 | 0 |
| HSL | 171.15º | 1% | 0.76% | - |
| HSV(B) | 171.15º | 0.48% | 1% | - |
| XYZ | 60.72 | 82.62 | 92.87 | - |
| YUV | 216.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 237 | 0.48 | 0 | 0.07 | 0 | 171.15 | 1 | 0.76 |
| Hex | 85 | FF | ED | 30 | 0 | 7 | 0 | AB | 64 | 4C |
| Octal | 205 | 377 | 355 | 60 | 0 | 7 | 0 | 253 | 144 | 114 |
| Binary | 10000101 | 11111111 | 11101101 | 110000 | 0 | 111 | 0 | 10101011 | 1100100 | 1001100 |
Color Harmonies of #85FFED
Complementary color
Monochromatic Colors of #85FFED
Black with #85FFED
Text Example
Text Example
White with #85FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FFED; }
p { color: rgb(133,255,237); }
H1.HeaderClassName
{
color: #85FFED;
}
.AnyTagClassName
{
color: #85FFED;
}
</style>
background-color css
<style>
a { background-color: #85FFED; }
a { background-color: rgb(133,255,237); }
div.DivClassName
{
background-color: #85FFED;
}
.BgClassName
{
background-color: #85FFED;
}
</style>
border-color css
<style>
span { border-color: #85FFED; }
span { border-color: rgb(133,255,237); }
td.TdClassName
{
border-color: #85FFED;
}
.TagClassName
{
border-color: #85FFED;
}
</style>