Shades of Electric Blue #85ECFF
Tints of Electric Blue #85ECFF
RGB
CMYK
RGB Variations
Color information
#85ECFF (or 0x85ECFF) is known color: Electric Blue. HEX triplet: 85, EC and FF. RGB value is (133,236,255). Sum of RGB (Red+Green+Blue) = 133+236+255=624 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.31% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #85ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85ECFF is #7A1300. Grayscale: #CFCFCF. Windows color (decimal): -8000257 or 16772229. OLE color: 16772229.
HSL color Cylindrical-coordinate representation of color #85ECFF: hue angle of 189.34º 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 #85ECFF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 236 | 255 | - |
| CMYK | 0.48 | 0.07 | 0 | 0 |
| HSL | 189.34º | 1% | 0.76% | - |
| HSV(B) | 189.34º | 0.48% | 1% | - |
| XYZ | 57.72 | 72.2 | 105.5 | - |
| YUV | 207.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 255 | 0.48 | 0.07 | 0 | 0 | 189.34 | 1 | 0.76 |
| Hex | 85 | EC | FF | 30 | 7 | 0 | 0 | BD | 64 | 4C |
| Octal | 205 | 354 | 377 | 60 | 7 | 0 | 0 | 275 | 144 | 114 |
| Binary | 10000101 | 11101100 | 11111111 | 110000 | 111 | 0 | 0 | 10111101 | 1100100 | 1001100 |
Color Harmonies of #85ECFF
Complementary color
Monochromatic Colors of #85ECFF
Black with #85ECFF
Text Example
Text Example
White with #85ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECFF; }
p { color: rgb(133,236,255); }
H1.HeaderClassName
{
color: #85ECFF;
}
.AnyTagClassName
{
color: #85ECFF;
}
</style>
background-color css
<style>
a { background-color: #85ECFF; }
a { background-color: rgb(133,236,255); }
div.DivClassName
{
background-color: #85ECFF;
}
.BgClassName
{
background-color: #85ECFF;
}
</style>
border-color css
<style>
span { border-color: #85ECFF; }
span { border-color: rgb(133,236,255); }
td.TdClassName
{
border-color: #85ECFF;
}
.TagClassName
{
border-color: #85ECFF;
}
</style>