Shades of Electric Blue #85E7FF
Tints of Electric Blue #85E7FF
RGB
CMYK
RGB Variations
Color information
#85E7FF (or 0x85E7FF) is known color: Electric Blue. HEX triplet: 85, E7 and FF. RGB value is (133,231,255). Sum of RGB (Red+Green+Blue) = 133+231+255=619 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.49% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #85E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E7FF is #7A1800. Grayscale: #CCCCCC. Windows color (decimal): -8001537 or 16770949. OLE color: 16770949.
HSL color Cylindrical-coordinate representation of color #85E7FF: hue angle of 191.8º 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 #85E7FF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 231 | 255 | - |
| CMYK | 0.48 | 0.09 | 0 | 0 |
| HSL | 191.8º | 1% | 0.76% | - |
| HSV(B) | 191.8º | 0.48% | 1% | - |
| XYZ | 56.3 | 69.36 | 105.03 | - |
| YUV | 204.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 231 | 255 | 0.48 | 0.09 | 0 | 0 | 191.8 | 1 | 0.76 |
| Hex | 85 | E7 | FF | 30 | 9 | 0 | 0 | C0 | 64 | 4C |
| Octal | 205 | 347 | 377 | 60 | 11 | 0 | 0 | 300 | 144 | 114 |
| Binary | 10000101 | 11100111 | 11111111 | 110000 | 1001 | 0 | 0 | 11000000 | 1100100 | 1001100 |
Color Harmonies of #85E7FF
Complementary color
Monochromatic Colors of #85E7FF
Black with #85E7FF
Text Example
Text Example
White with #85E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E7FF; }
p { color: rgb(133,231,255); }
H1.HeaderClassName
{
color: #85E7FF;
}
.AnyTagClassName
{
color: #85E7FF;
}
</style>
background-color css
<style>
a { background-color: #85E7FF; }
a { background-color: rgb(133,231,255); }
div.DivClassName
{
background-color: #85E7FF;
}
.BgClassName
{
background-color: #85E7FF;
}
</style>
border-color css
<style>
span { border-color: #85E7FF; }
span { border-color: rgb(133,231,255); }
td.TdClassName
{
border-color: #85E7FF;
}
.TagClassName
{
border-color: #85E7FF;
}
</style>