Shades of Electric Blue #85FDF5
Tints of Electric Blue #85FDF5
RGB
CMYK
RGB Variations
Color information
#85FDF5 (or 0x85FDF5) is known color: Electric Blue. HEX triplet: 85, FD and F5. RGB value is (133,253,245). Sum of RGB (Red+Green+Blue) = 133+253+245=631 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.08% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FDF5 is #7A020A. Grayscale: #D8D8D8. Windows color (decimal): -7995915 or 16121221. OLE color: 16121221.
HSL color Cylindrical-coordinate representation of color #85FDF5: hue angle of 176º 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 #85FDF5 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 253 | 245 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.01 |
| HSL | 176º | 0.97% | 0.76% | - |
| HSV(B) | 176º | 0.47% | 0.99% | - |
| XYZ | 61.28 | 81.83 | 98.95 | - |
| YUV | 216.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 253 | 245 | 0.47 | 0 | 0.03 | 0.01 | 176 | 0.97 | 0.76 |
| Hex | 85 | FD | F5 | 2F | 0 | 3 | 1 | B0 | 61 | 4C |
| Octal | 205 | 375 | 365 | 57 | 0 | 3 | 1 | 260 | 141 | 114 |
| Binary | 10000101 | 11111101 | 11110101 | 101111 | 0 | 11 | 1 | 10110000 | 1100001 | 1001100 |
Color Harmonies of #85FDF5
Complementary color
Monochromatic Colors of #85FDF5
Black with #85FDF5
Text Example
Text Example
White with #85FDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FDF5; }
p { color: rgb(133,253,245); }
H1.HeaderClassName
{
color: #85FDF5;
}
.AnyTagClassName
{
color: #85FDF5;
}
</style>
background-color css
<style>
a { background-color: #85FDF5; }
a { background-color: rgb(133,253,245); }
div.DivClassName
{
background-color: #85FDF5;
}
.BgClassName
{
background-color: #85FDF5;
}
</style>
border-color css
<style>
span { border-color: #85FDF5; }
span { border-color: rgb(133,253,245); }
td.TdClassName
{
border-color: #85FDF5;
}
.TagClassName
{
border-color: #85FDF5;
}
</style>