Shades of Electric Blue #85EAED
Tints of Electric Blue #85EAED
RGB
CMYK
RGB Variations
Color information
#85EAED (or 0x85EAED) is known color: Electric Blue. HEX triplet: 85, EA and ED. RGB value is (133,234,237). Sum of RGB (Red+Green+Blue) = 133+234+237=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #85EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EAED is #7A1512. Grayscale: #CCCCCC. Windows color (decimal): -8000787 or 15592069. OLE color: 15592069.
HSL color Cylindrical-coordinate representation of color #85EAED: hue angle of 181.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EAED is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 234 | 237 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.07 |
| HSL | 181.73º | 0.74% | 0.73% | - |
| HSV(B) | 181.73º | 0.44% | 0.93% | - |
| XYZ | 54.38 | 69.95 | 90.76 | - |
| YUV | 204.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 237 | 0.44 | 0.01 | 0 | 0.07 | 181.73 | 0.74 | 0.73 |
| Hex | 85 | EA | ED | 2C | 1 | 0 | 7 | B6 | 4A | 49 |
| Octal | 205 | 352 | 355 | 54 | 1 | 0 | 7 | 266 | 112 | 111 |
| Binary | 10000101 | 11101010 | 11101101 | 101100 | 1 | 0 | 111 | 10110110 | 1001010 | 1001001 |
Color Harmonies of #85EAED
Complementary color
Monochromatic Colors of #85EAED
Black with #85EAED
Text Example
Text Example
White with #85EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EAED; }
p { color: rgb(133,234,237); }
H1.HeaderClassName
{
color: #85EAED;
}
.AnyTagClassName
{
color: #85EAED;
}
</style>
background-color css
<style>
a { background-color: #85EAED; }
a { background-color: rgb(133,234,237); }
div.DivClassName
{
background-color: #85EAED;
}
.BgClassName
{
background-color: #85EAED;
}
</style>
border-color css
<style>
span { border-color: #85EAED; }
span { border-color: rgb(133,234,237); }
td.TdClassName
{
border-color: #85EAED;
}
.TagClassName
{
border-color: #85EAED;
}
</style>