Shades of Electric Blue #85F2E8
Tints of Electric Blue #85F2E8
RGB
CMYK
RGB Variations
Color information
#85F2E8 (or 0x85F2E8) is known color: Electric Blue. HEX triplet: 85, F2 and E8. RGB value is (133,242,232). Sum of RGB (Red+Green+Blue) = 133+242+232=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F2E8 is #7A0D17. Grayscale: #D0D0D0. Windows color (decimal): -7998744 or 15266437. OLE color: 15266437.
HSL color Cylindrical-coordinate representation of color #85F2E8: hue angle of 174.5º degrees, saturation: 0.81, 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 #85F2E8 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 232 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.05 |
| HSL | 174.5º | 0.81% | 0.74% | - |
| HSV(B) | 174.5º | 0.45% | 0.95% | - |
| XYZ | 55.99 | 74.32 | 87.74 | - |
| YUV | 208.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 232 | 0.45 | 0 | 0.04 | 0.05 | 174.5 | 0.81 | 0.74 |
| Hex | 85 | F2 | E8 | 2D | 0 | 4 | 5 | AE | 51 | 4A |
| Octal | 205 | 362 | 350 | 55 | 0 | 4 | 5 | 256 | 121 | 112 |
| Binary | 10000101 | 11110010 | 11101000 | 101101 | 0 | 100 | 101 | 10101110 | 1010001 | 1001010 |
Color Harmonies of #85F2E8
Complementary color
Monochromatic Colors of #85F2E8
Black with #85F2E8
Text Example
Text Example
White with #85F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F2E8; }
p { color: rgb(133,242,232); }
H1.HeaderClassName
{
color: #85F2E8;
}
.AnyTagClassName
{
color: #85F2E8;
}
</style>
background-color css
<style>
a { background-color: #85F2E8; }
a { background-color: rgb(133,242,232); }
div.DivClassName
{
background-color: #85F2E8;
}
.BgClassName
{
background-color: #85F2E8;
}
</style>
border-color css
<style>
span { border-color: #85F2E8; }
span { border-color: rgb(133,242,232); }
td.TdClassName
{
border-color: #85F2E8;
}
.TagClassName
{
border-color: #85F2E8;
}
</style>