Shades of Electric Blue #85FEF0
Tints of Electric Blue #85FEF0
RGB
CMYK
RGB Variations
Color information
#85FEF0 (or 0x85FEF0) is known color: Electric Blue. HEX triplet: 85, FE and F0. RGB value is (133,254,240). Sum of RGB (Red+Green+Blue) = 133+254+240=627 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.21% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FEF0 is #7A010F. Grayscale: #D8D8D8. Windows color (decimal): -7995664 or 15793797. OLE color: 15793797.
HSL color Cylindrical-coordinate representation of color #85FEF0: hue angle of 173.06º 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 #85FEF0 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 240 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.00 |
| HSL | 173.06º | 0.98% | 0.76% | - |
| HSV(B) | 173.06º | 0.48% | 1% | - |
| XYZ | 60.84 | 82.16 | 95.09 | - |
| YUV | 216.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 240 | 0.48 | 0 | 0.06 | 0.00 | 173.06 | 0.98 | 0.76 |
| Hex | 85 | FE | F0 | 30 | 0 | 6 | 0 | AD | 62 | 4C |
| Octal | 205 | 376 | 360 | 60 | 0 | 6 | 0 | 255 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11110000 | 110000 | 0 | 110 | 0 | 10101101 | 1100010 | 1001100 |
Color Harmonies of #85FEF0
Complementary color
Monochromatic Colors of #85FEF0
Black with #85FEF0
Text Example
Text Example
White with #85FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FEF0; }
p { color: rgb(133,254,240); }
H1.HeaderClassName
{
color: #85FEF0;
}
.AnyTagClassName
{
color: #85FEF0;
}
</style>
background-color css
<style>
a { background-color: #85FEF0; }
a { background-color: rgb(133,254,240); }
div.DivClassName
{
background-color: #85FEF0;
}
.BgClassName
{
background-color: #85FEF0;
}
</style>
border-color css
<style>
span { border-color: #85FEF0; }
span { border-color: rgb(133,254,240); }
td.TdClassName
{
border-color: #85FEF0;
}
.TagClassName
{
border-color: #85FEF0;
}
</style>