Shades of Electric Blue #85EDE6
Tints of Electric Blue #85EDE6
RGB
CMYK
RGB Variations
Color information
#85EDE6 (or 0x85EDE6) is known color: Electric Blue. HEX triplet: 85, ED and E6. RGB value is (133,237,230). Sum of RGB (Red+Green+Blue) = 133+237+230=600 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.17% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EDE6 is #7A1219. Grayscale: #CDCDCD. Windows color (decimal): -8000026 or 15134085. OLE color: 15134085.
HSL color Cylindrical-coordinate representation of color #85EDE6: hue angle of 175.96º 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 #85EDE6 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 230 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.07 |
| HSL | 175.96º | 0.74% | 0.73% | - |
| HSV(B) | 175.96º | 0.44% | 0.93% | - |
| XYZ | 54.24 | 71.27 | 85.76 | - |
| YUV | 205.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 230 | 0.44 | 0 | 0.03 | 0.07 | 175.96 | 0.74 | 0.73 |
| Hex | 85 | ED | E6 | 2C | 0 | 3 | 7 | B0 | 4A | 49 |
| Octal | 205 | 355 | 346 | 54 | 0 | 3 | 7 | 260 | 112 | 111 |
| Binary | 10000101 | 11101101 | 11100110 | 101100 | 0 | 11 | 111 | 10110000 | 1001010 | 1001001 |
Color Harmonies of #85EDE6
Complementary color
Monochromatic Colors of #85EDE6
Black with #85EDE6
Text Example
Text Example
White with #85EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EDE6; }
p { color: rgb(133,237,230); }
H1.HeaderClassName
{
color: #85EDE6;
}
.AnyTagClassName
{
color: #85EDE6;
}
</style>
background-color css
<style>
a { background-color: #85EDE6; }
a { background-color: rgb(133,237,230); }
div.DivClassName
{
background-color: #85EDE6;
}
.BgClassName
{
background-color: #85EDE6;
}
</style>
border-color css
<style>
span { border-color: #85EDE6; }
span { border-color: rgb(133,237,230); }
td.TdClassName
{
border-color: #85EDE6;
}
.TagClassName
{
border-color: #85EDE6;
}
</style>