Shades of Electric Blue #85EDF1
Tints of Electric Blue #85EDF1
RGB
CMYK
RGB Variations
Color information
#85EDF1 (or 0x85EDF1) is known color: Electric Blue. HEX triplet: 85, ED and F1. RGB value is (133,237,241). Sum of RGB (Red+Green+Blue) = 133+237+241=611 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.77% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #85EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EDF1 is #7A120E. Grayscale: #CECECE. Windows color (decimal): -8000015 or 15854981. OLE color: 15854981.
HSL color Cylindrical-coordinate representation of color #85EDF1: hue angle of 182.22º 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 #85EDF1 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 237 | 241 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.05 |
| HSL | 182.22º | 0.79% | 0.73% | - |
| HSV(B) | 182.22º | 0.45% | 0.95% | - |
| XYZ | 55.83 | 71.91 | 94.16 | - |
| YUV | 206.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 241 | 0.45 | 0.02 | 0 | 0.05 | 182.22 | 0.79 | 0.73 |
| Hex | 85 | ED | F1 | 2D | 2 | 0 | 5 | B6 | 4F | 49 |
| Octal | 205 | 355 | 361 | 55 | 2 | 0 | 5 | 266 | 117 | 111 |
| Binary | 10000101 | 11101101 | 11110001 | 101101 | 10 | 0 | 101 | 10110110 | 1001111 | 1001001 |
Color Harmonies of #85EDF1
Complementary color
Monochromatic Colors of #85EDF1
Black with #85EDF1
Text Example
Text Example
White with #85EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EDF1; }
p { color: rgb(133,237,241); }
H1.HeaderClassName
{
color: #85EDF1;
}
.AnyTagClassName
{
color: #85EDF1;
}
</style>
background-color css
<style>
a { background-color: #85EDF1; }
a { background-color: rgb(133,237,241); }
div.DivClassName
{
background-color: #85EDF1;
}
.BgClassName
{
background-color: #85EDF1;
}
</style>
border-color css
<style>
span { border-color: #85EDF1; }
span { border-color: rgb(133,237,241); }
td.TdClassName
{
border-color: #85EDF1;
}
.TagClassName
{
border-color: #85EDF1;
}
</style>