Shades of Electric Blue #85F0EA
Tints of Electric Blue #85F0EA
RGB
CMYK
RGB Variations
Color information
#85F0EA (or 0x85F0EA) is known color: Electric Blue. HEX triplet: 85, F0 and EA. RGB value is (133,240,234). Sum of RGB (Red+Green+Blue) = 133+240+234=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #85F0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F0EA is #7A0F15. Grayscale: #CFCFCF. Windows color (decimal): -7999254 or 15396997. OLE color: 15396997.
HSL color Cylindrical-coordinate representation of color #85F0EA: hue angle of 176.64º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F0EA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 234 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.06 |
| HSL | 176.64º | 0.78% | 0.73% | - |
| HSV(B) | 176.64º | 0.45% | 0.94% | - |
| XYZ | 55.68 | 73.25 | 89.05 | - |
| YUV | 207.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 234 | 0.45 | 0 | 0.02 | 0.06 | 176.64 | 0.78 | 0.73 |
| Hex | 85 | F0 | EA | 2D | 0 | 2 | 6 | B1 | 4E | 49 |
| Octal | 205 | 360 | 352 | 55 | 0 | 2 | 6 | 261 | 116 | 111 |
| Binary | 10000101 | 11110000 | 11101010 | 101101 | 0 | 10 | 110 | 10110001 | 1001110 | 1001001 |
Color Harmonies of #85F0EA
Complementary color
Monochromatic Colors of #85F0EA
Black with #85F0EA
Text Example
Text Example
White with #85F0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F0EA; }
p { color: rgb(133,240,234); }
H1.HeaderClassName
{
color: #85F0EA;
}
.AnyTagClassName
{
color: #85F0EA;
}
</style>
background-color css
<style>
a { background-color: #85F0EA; }
a { background-color: rgb(133,240,234); }
div.DivClassName
{
background-color: #85F0EA;
}
.BgClassName
{
background-color: #85F0EA;
}
</style>
border-color css
<style>
span { border-color: #85F0EA; }
span { border-color: rgb(133,240,234); }
td.TdClassName
{
border-color: #85F0EA;
}
.TagClassName
{
border-color: #85F0EA;
}
</style>