Shades of Electric Blue #8DF1E7
Tints of Electric Blue #8DF1E7
RGB
CMYK
RGB Variations
Color information
#8DF1E7 (or 0x8DF1E7) is known color: Electric Blue. HEX triplet: 8D, F1 and E7. RGB value is (141,241,231). Sum of RGB (Red+Green+Blue) = 141+241+231=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1E7 is #720E18. Grayscale: #D1D1D1. Windows color (decimal): -7474713 or 15200653. OLE color: 15200653.
HSL color Cylindrical-coordinate representation of color #8DF1E7: hue angle of 174º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF1E7 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 231 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.05 |
| HSL | 174º | 0.78% | 0.75% | - |
| HSV(B) | 174º | 0.41% | 0.95% | - |
| XYZ | 56.86 | 74.34 | 86.95 | - |
| YUV | 209.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 231 | 0.41 | 0 | 0.04 | 0.05 | 174 | 0.78 | 0.75 |
| Hex | 8D | F1 | E7 | 29 | 0 | 4 | 5 | AE | 4E | 4B |
| Octal | 215 | 361 | 347 | 51 | 0 | 4 | 5 | 256 | 116 | 113 |
| Binary | 10001101 | 11110001 | 11100111 | 101001 | 0 | 100 | 101 | 10101110 | 1001110 | 1001011 |
Color Harmonies of #8DF1E7
Complementary color
Monochromatic Colors of #8DF1E7
Black with #8DF1E7
Text Example
Text Example
White with #8DF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1E7; }
p { color: rgb(141,241,231); }
H1.HeaderClassName
{
color: #8DF1E7;
}
.AnyTagClassName
{
color: #8DF1E7;
}
</style>
background-color css
<style>
a { background-color: #8DF1E7; }
a { background-color: rgb(141,241,231); }
div.DivClassName
{
background-color: #8DF1E7;
}
.BgClassName
{
background-color: #8DF1E7;
}
</style>
border-color css
<style>
span { border-color: #8DF1E7; }
span { border-color: rgb(141,241,231); }
td.TdClassName
{
border-color: #8DF1E7;
}
.TagClassName
{
border-color: #8DF1E7;
}
</style>