Shades of Electric Blue #8DF0EA
Tints of Electric Blue #8DF0EA
RGB
CMYK
RGB Variations
Color information
#8DF0EA (or 0x8DF0EA) is known color: Electric Blue. HEX triplet: 8D, F0 and EA. RGB value is (141,240,234). Sum of RGB (Red+Green+Blue) = 141+240+234=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0EA is #720F15. Grayscale: #D1D1D1. Windows color (decimal): -7474966 or 15397005. OLE color: 15397005.
HSL color Cylindrical-coordinate representation of color #8DF0EA: hue angle of 176.36º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF0EA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 234 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.06 |
| HSL | 176.36º | 0.77% | 0.75% | - |
| HSV(B) | 176.36º | 0.41% | 0.94% | - |
| XYZ | 57 | 73.92 | 89.11 | - |
| YUV | 209.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 234 | 0.41 | 0 | 0.02 | 0.06 | 176.36 | 0.77 | 0.75 |
| Hex | 8D | F0 | EA | 29 | 0 | 2 | 6 | B0 | 4D | 4B |
| Octal | 215 | 360 | 352 | 51 | 0 | 2 | 6 | 260 | 115 | 113 |
| Binary | 10001101 | 11110000 | 11101010 | 101001 | 0 | 10 | 110 | 10110000 | 1001101 | 1001011 |
Color Harmonies of #8DF0EA
Complementary color
Monochromatic Colors of #8DF0EA
Black with #8DF0EA
Text Example
Text Example
White with #8DF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF0EA; }
p { color: rgb(141,240,234); }
H1.HeaderClassName
{
color: #8DF0EA;
}
.AnyTagClassName
{
color: #8DF0EA;
}
</style>
background-color css
<style>
a { background-color: #8DF0EA; }
a { background-color: rgb(141,240,234); }
div.DivClassName
{
background-color: #8DF0EA;
}
.BgClassName
{
background-color: #8DF0EA;
}
</style>
border-color css
<style>
span { border-color: #8DF0EA; }
span { border-color: rgb(141,240,234); }
td.TdClassName
{
border-color: #8DF0EA;
}
.TagClassName
{
border-color: #8DF0EA;
}
</style>