Shades of Electric Blue #85FEED
Tints of Electric Blue #85FEED
RGB
CMYK
RGB Variations
Color information
#85FEED (or 0x85FEED) is known color: Electric Blue. HEX triplet: 85, FE and ED. RGB value is (133,254,237). Sum of RGB (Red+Green+Blue) = 133+254+237=624 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.31% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEED is #7A0112. Grayscale: #D7D7D7. Windows color (decimal): -7995667 or 15597189. OLE color: 15597189.
HSL color Cylindrical-coordinate representation of color #85FEED: hue angle of 171.57º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FEED is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 237 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.00 |
| HSL | 171.57º | 0.98% | 0.76% | - |
| HSV(B) | 171.57º | 0.48% | 1% | - |
| XYZ | 60.4 | 81.98 | 92.76 | - |
| YUV | 215.88 | 139.91 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 237 | 0.48 | 0 | 0.07 | 0.00 | 171.57 | 0.98 | 0.76 |
| Hex | 85 | FE | ED | 30 | 0 | 7 | 0 | AC | 62 | 4C |
| Octal | 205 | 376 | 355 | 60 | 0 | 7 | 0 | 254 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11101101 | 110000 | 0 | 111 | 0 | 10101100 | 1100010 | 1001100 |
Color Harmonies of #85FEED
Complementary color
Monochromatic Colors of #85FEED
Black with #85FEED
Text Example
Text Example
White with #85FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FEED; }
p { color: rgb(133,254,237); }
H1.HeaderClassName
{
color: #85FEED;
}
.AnyTagClassName
{
color: #85FEED;
}
</style>
background-color css
<style>
a { background-color: #85FEED; }
a { background-color: rgb(133,254,237); }
div.DivClassName
{
background-color: #85FEED;
}
.BgClassName
{
background-color: #85FEED;
}
</style>
border-color css
<style>
span { border-color: #85FEED; }
span { border-color: rgb(133,254,237); }
td.TdClassName
{
border-color: #85FEED;
}
.TagClassName
{
border-color: #85FEED;
}
</style>