Shades of Electric Blue #85ECFD
Tints of Electric Blue #85ECFD
RGB
CMYK
RGB Variations
Color information
#85ECFD (or 0x85ECFD) is known color: Electric Blue. HEX triplet: 85, EC and FD. RGB value is (133,236,253). Sum of RGB (Red+Green+Blue) = 133+236+253=622 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.38% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #85ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85ECFD is #7A1302. Grayscale: #CECECE. Windows color (decimal): -8000259 or 16641157. OLE color: 16641157.
HSL color Cylindrical-coordinate representation of color #85ECFD: hue angle of 188.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85ECFD is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 236 | 253 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.01 |
| HSL | 188.5º | 0.97% | 0.76% | - |
| HSV(B) | 188.5º | 0.47% | 0.99% | - |
| XYZ | 57.4 | 72.07 | 103.81 | - |
| YUV | 207.14 | 153.88 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 253 | 0.47 | 0.07 | 0 | 0.01 | 188.5 | 0.97 | 0.76 |
| Hex | 85 | EC | FD | 2F | 7 | 0 | 1 | BC | 61 | 4C |
| Octal | 205 | 354 | 375 | 57 | 7 | 0 | 1 | 274 | 141 | 114 |
| Binary | 10000101 | 11101100 | 11111101 | 101111 | 111 | 0 | 1 | 10111100 | 1100001 | 1001100 |
Color Harmonies of #85ECFD
Complementary color
Monochromatic Colors of #85ECFD
Black with #85ECFD
Text Example
Text Example
White with #85ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECFD; }
p { color: rgb(133,236,253); }
H1.HeaderClassName
{
color: #85ECFD;
}
.AnyTagClassName
{
color: #85ECFD;
}
</style>
background-color css
<style>
a { background-color: #85ECFD; }
a { background-color: rgb(133,236,253); }
div.DivClassName
{
background-color: #85ECFD;
}
.BgClassName
{
background-color: #85ECFD;
}
</style>
border-color css
<style>
span { border-color: #85ECFD; }
span { border-color: rgb(133,236,253); }
td.TdClassName
{
border-color: #85ECFD;
}
.TagClassName
{
border-color: #85ECFD;
}
</style>