Shades of Electric Blue #85E9E7
Tints of Electric Blue #85E9E7
RGB
CMYK
RGB Variations
Color information
#85E9E7 (or 0x85E9E7) is known color: Electric Blue. HEX triplet: 85, E9 and E7. RGB value is (133,233,231). Sum of RGB (Red+Green+Blue) = 133+233+231=597 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.28% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E9E7 is #7A1618. Grayscale: #CACACA. Windows color (decimal): -8001049 or 15198597. OLE color: 15198597.
HSL color Cylindrical-coordinate representation of color #85E9E7: hue angle of 178.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E9E7 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 231 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.09 |
| HSL | 178.8º | 0.69% | 0.72% | - |
| HSV(B) | 178.8º | 0.43% | 0.91% | - |
| XYZ | 53.24 | 69.03 | 86.12 | - |
| YUV | 202.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 231 | 0.43 | 0 | 0.01 | 0.09 | 178.8 | 0.69 | 0.72 |
| Hex | 85 | E9 | E7 | 2B | 0 | 1 | 9 | B3 | 45 | 48 |
| Octal | 205 | 351 | 347 | 53 | 0 | 1 | 11 | 263 | 105 | 110 |
| Binary | 10000101 | 11101001 | 11100111 | 101011 | 0 | 1 | 1001 | 10110011 | 1000101 | 1001000 |
Color Harmonies of #85E9E7
Complementary color
Monochromatic Colors of #85E9E7
Black with #85E9E7
Text Example
Text Example
White with #85E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E9E7; }
p { color: rgb(133,233,231); }
H1.HeaderClassName
{
color: #85E9E7;
}
.AnyTagClassName
{
color: #85E9E7;
}
</style>
background-color css
<style>
a { background-color: #85E9E7; }
a { background-color: rgb(133,233,231); }
div.DivClassName
{
background-color: #85E9E7;
}
.BgClassName
{
background-color: #85E9E7;
}
</style>
border-color css
<style>
span { border-color: #85E9E7; }
span { border-color: rgb(133,233,231); }
td.TdClassName
{
border-color: #85E9E7;
}
.TagClassName
{
border-color: #85E9E7;
}
</style>