Shades of Electric Blue #85F3EC
Tints of Electric Blue #85F3EC
RGB
CMYK
RGB Variations
Color information
#85F3EC (or 0x85F3EC) is known color: Electric Blue. HEX triplet: 85, F3 and EC. RGB value is (133,243,236). Sum of RGB (Red+Green+Blue) = 133+243+236=612 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.73% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F3EC is #7A0C13. Grayscale: #D1D1D1. Windows color (decimal): -7998484 or 15528837. OLE color: 15528837.
HSL color Cylindrical-coordinate representation of color #85F3EC: hue angle of 176.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F3EC is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 236 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.05 |
| HSL | 176.18º | 0.82% | 0.74% | - |
| HSV(B) | 176.18º | 0.45% | 0.95% | - |
| XYZ | 56.86 | 75.14 | 90.86 | - |
| YUV | 209.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 236 | 0.45 | 0 | 0.03 | 0.05 | 176.18 | 0.82 | 0.74 |
| Hex | 85 | F3 | EC | 2D | 0 | 3 | 5 | B0 | 52 | 4A |
| Octal | 205 | 363 | 354 | 55 | 0 | 3 | 5 | 260 | 122 | 112 |
| Binary | 10000101 | 11110011 | 11101100 | 101101 | 0 | 11 | 101 | 10110000 | 1010010 | 1001010 |
Color Harmonies of #85F3EC
Complementary color
Monochromatic Colors of #85F3EC
Black with #85F3EC
Text Example
Text Example
White with #85F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F3EC; }
p { color: rgb(133,243,236); }
H1.HeaderClassName
{
color: #85F3EC;
}
.AnyTagClassName
{
color: #85F3EC;
}
</style>
background-color css
<style>
a { background-color: #85F3EC; }
a { background-color: rgb(133,243,236); }
div.DivClassName
{
background-color: #85F3EC;
}
.BgClassName
{
background-color: #85F3EC;
}
</style>
border-color css
<style>
span { border-color: #85F3EC; }
span { border-color: rgb(133,243,236); }
td.TdClassName
{
border-color: #85F3EC;
}
.TagClassName
{
border-color: #85F3EC;
}
</style>