Shades of Electric Blue #85EFEA
Tints of Electric Blue #85EFEA
RGB
CMYK
RGB Variations
Color information
#85EFEA (or 0x85EFEA) is known color: Electric Blue. HEX triplet: 85, EF and EA. RGB value is (133,239,234). Sum of RGB (Red+Green+Blue) = 133+239+234=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EFEA is #7A1015. Grayscale: #CECECE. Windows color (decimal): -7999510 or 15396741. OLE color: 15396741.
HSL color Cylindrical-coordinate representation of color #85EFEA: hue angle of 177.17º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFEA is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 234 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.06 |
| HSL | 177.17º | 0.77% | 0.73% | - |
| HSV(B) | 177.17º | 0.44% | 0.94% | - |
| XYZ | 55.39 | 72.66 | 88.95 | - |
| YUV | 206.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 234 | 0.44 | 0 | 0.02 | 0.06 | 177.17 | 0.77 | 0.73 |
| Hex | 85 | EF | EA | 2C | 0 | 2 | 6 | B1 | 4D | 49 |
| Octal | 205 | 357 | 352 | 54 | 0 | 2 | 6 | 261 | 115 | 111 |
| Binary | 10000101 | 11101111 | 11101010 | 101100 | 0 | 10 | 110 | 10110001 | 1001101 | 1001001 |
Color Harmonies of #85EFEA
Complementary color
Monochromatic Colors of #85EFEA
Black with #85EFEA
Text Example
Text Example
White with #85EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFEA; }
p { color: rgb(133,239,234); }
H1.HeaderClassName
{
color: #85EFEA;
}
.AnyTagClassName
{
color: #85EFEA;
}
</style>
background-color css
<style>
a { background-color: #85EFEA; }
a { background-color: rgb(133,239,234); }
div.DivClassName
{
background-color: #85EFEA;
}
.BgClassName
{
background-color: #85EFEA;
}
</style>
border-color css
<style>
span { border-color: #85EFEA; }
span { border-color: rgb(133,239,234); }
td.TdClassName
{
border-color: #85EFEA;
}
.TagClassName
{
border-color: #85EFEA;
}
</style>