Shades of Electric Blue #8DF1EC
Tints of Electric Blue #8DF1EC
RGB
CMYK
RGB Variations
Color information
#8DF1EC (or 0x8DF1EC) is known color: Electric Blue. HEX triplet: 8D, F1 and EC. RGB value is (141,241,236). Sum of RGB (Red+Green+Blue) = 141+241+236=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1EC is #720E13. Grayscale: #D2D2D2. Windows color (decimal): -7474708 or 15528333. OLE color: 15528333.
HSL color Cylindrical-coordinate representation of color #8DF1EC: hue angle of 177º 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 #8DF1EC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 236 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.05 |
| HSL | 177º | 0.78% | 0.75% | - |
| HSV(B) | 177º | 0.41% | 0.95% | - |
| XYZ | 57.58 | 74.63 | 90.73 | - |
| YUV | 210.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 236 | 0.41 | 0 | 0.02 | 0.05 | 177 | 0.78 | 0.75 |
| Hex | 8D | F1 | EC | 29 | 0 | 2 | 5 | B1 | 4E | 4B |
| Octal | 215 | 361 | 354 | 51 | 0 | 2 | 5 | 261 | 116 | 113 |
| Binary | 10001101 | 11110001 | 11101100 | 101001 | 0 | 10 | 101 | 10110001 | 1001110 | 1001011 |
Color Harmonies of #8DF1EC
Complementary color
Monochromatic Colors of #8DF1EC
Black with #8DF1EC
Text Example
Text Example
White with #8DF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1EC; }
p { color: rgb(141,241,236); }
H1.HeaderClassName
{
color: #8DF1EC;
}
.AnyTagClassName
{
color: #8DF1EC;
}
</style>
background-color css
<style>
a { background-color: #8DF1EC; }
a { background-color: rgb(141,241,236); }
div.DivClassName
{
background-color: #8DF1EC;
}
.BgClassName
{
background-color: #8DF1EC;
}
</style>
border-color css
<style>
span { border-color: #8DF1EC; }
span { border-color: rgb(141,241,236); }
td.TdClassName
{
border-color: #8DF1EC;
}
.TagClassName
{
border-color: #8DF1EC;
}
</style>