Shades of Electric Blue #85F8EC
Tints of Electric Blue #85F8EC
RGB
CMYK
RGB Variations
Color information
#85F8EC (or 0x85F8EC) is known color: Electric Blue. HEX triplet: 85, F8 and EC. RGB value is (133,248,236). Sum of RGB (Red+Green+Blue) = 133+248+236=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F8EC is #7A0713. Grayscale: #D4D4D4. Windows color (decimal): -7997204 or 15530117. OLE color: 15530117.
HSL color Cylindrical-coordinate representation of color #85F8EC: hue angle of 173.74º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F8EC is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 248 | 236 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.03 |
| HSL | 173.74º | 0.89% | 0.75% | - |
| HSV(B) | 173.74º | 0.46% | 0.97% | - |
| XYZ | 58.38 | 78.18 | 91.37 | - |
| YUV | 212.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 248 | 236 | 0.46 | 0 | 0.05 | 0.03 | 173.74 | 0.89 | 0.75 |
| Hex | 85 | F8 | EC | 2E | 0 | 5 | 3 | AE | 59 | 4B |
| Octal | 205 | 370 | 354 | 56 | 0 | 5 | 3 | 256 | 131 | 113 |
| Binary | 10000101 | 11111000 | 11101100 | 101110 | 0 | 101 | 11 | 10101110 | 1011001 | 1001011 |
Color Harmonies of #85F8EC
Complementary color
Monochromatic Colors of #85F8EC
Black with #85F8EC
Text Example
Text Example
White with #85F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F8EC; }
p { color: rgb(133,248,236); }
H1.HeaderClassName
{
color: #85F8EC;
}
.AnyTagClassName
{
color: #85F8EC;
}
</style>
background-color css
<style>
a { background-color: #85F8EC; }
a { background-color: rgb(133,248,236); }
div.DivClassName
{
background-color: #85F8EC;
}
.BgClassName
{
background-color: #85F8EC;
}
</style>
border-color css
<style>
span { border-color: #85F8EC; }
span { border-color: rgb(133,248,236); }
td.TdClassName
{
border-color: #85F8EC;
}
.TagClassName
{
border-color: #85F8EC;
}
</style>