Shades of Electric Blue #85F1ED
Tints of Electric Blue #85F1ED
RGB
CMYK
RGB Variations
Color information
#85F1ED (or 0x85F1ED) is known color: Electric Blue. HEX triplet: 85, F1 and ED. RGB value is (133,241,237). Sum of RGB (Red+Green+Blue) = 133+241+237=611 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.77% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #85F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F1ED is #7A0E12. Grayscale: #D0D0D0. Windows color (decimal): -7998995 or 15593861. OLE color: 15593861.
HSL color Cylindrical-coordinate representation of color #85F1ED: hue angle of 177.78º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F1ED is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 237 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.05 |
| HSL | 177.78º | 0.79% | 0.73% | - |
| HSV(B) | 177.78º | 0.45% | 0.95% | - |
| XYZ | 56.41 | 74.01 | 91.43 | - |
| YUV | 208.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 237 | 0.45 | 0 | 0.02 | 0.05 | 177.78 | 0.79 | 0.73 |
| Hex | 85 | F1 | ED | 2D | 0 | 2 | 5 | B2 | 4F | 49 |
| Octal | 205 | 361 | 355 | 55 | 0 | 2 | 5 | 262 | 117 | 111 |
| Binary | 10000101 | 11110001 | 11101101 | 101101 | 0 | 10 | 101 | 10110010 | 1001111 | 1001001 |
Color Harmonies of #85F1ED
Complementary color
Monochromatic Colors of #85F1ED
Black with #85F1ED
Text Example
Text Example
White with #85F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F1ED; }
p { color: rgb(133,241,237); }
H1.HeaderClassName
{
color: #85F1ED;
}
.AnyTagClassName
{
color: #85F1ED;
}
</style>
background-color css
<style>
a { background-color: #85F1ED; }
a { background-color: rgb(133,241,237); }
div.DivClassName
{
background-color: #85F1ED;
}
.BgClassName
{
background-color: #85F1ED;
}
</style>
border-color css
<style>
span { border-color: #85F1ED; }
span { border-color: rgb(133,241,237); }
td.TdClassName
{
border-color: #85F1ED;
}
.TagClassName
{
border-color: #85F1ED;
}
</style>