Shades of Electric Blue #85F3E7
Tints of Electric Blue #85F3E7
RGB
CMYK
RGB Variations
Color information
#85F3E7 (or 0x85F3E7) is known color: Electric Blue. HEX triplet: 85, F3 and E7. RGB value is (133,243,231). Sum of RGB (Red+Green+Blue) = 133+243+231=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F3E7 is #7A0C18. Grayscale: #D0D0D0. Windows color (decimal): -7998489 or 15201157. OLE color: 15201157.
HSL color Cylindrical-coordinate representation of color #85F3E7: hue angle of 173.45º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F3E7 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 231 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.05 |
| HSL | 173.45º | 0.82% | 0.74% | - |
| HSV(B) | 173.45º | 0.45% | 0.95% | - |
| XYZ | 56.15 | 74.86 | 87.09 | - |
| YUV | 208.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 231 | 0.45 | 0 | 0.05 | 0.05 | 173.45 | 0.82 | 0.74 |
| Hex | 85 | F3 | E7 | 2D | 0 | 5 | 5 | AD | 52 | 4A |
| Octal | 205 | 363 | 347 | 55 | 0 | 5 | 5 | 255 | 122 | 112 |
| Binary | 10000101 | 11110011 | 11100111 | 101101 | 0 | 101 | 101 | 10101101 | 1010010 | 1001010 |
Color Harmonies of #85F3E7
Complementary color
Monochromatic Colors of #85F3E7
Black with #85F3E7
Text Example
Text Example
White with #85F3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F3E7; }
p { color: rgb(133,243,231); }
H1.HeaderClassName
{
color: #85F3E7;
}
.AnyTagClassName
{
color: #85F3E7;
}
</style>
background-color css
<style>
a { background-color: #85F3E7; }
a { background-color: rgb(133,243,231); }
div.DivClassName
{
background-color: #85F3E7;
}
.BgClassName
{
background-color: #85F3E7;
}
</style>
border-color css
<style>
span { border-color: #85F3E7; }
span { border-color: rgb(133,243,231); }
td.TdClassName
{
border-color: #85F3E7;
}
.TagClassName
{
border-color: #85F3E7;
}
</style>