Shades of Electric Blue #8DF8EC
Tints of Electric Blue #8DF8EC
RGB
CMYK
RGB Variations
Color information
#8DF8EC (or 0x8DF8EC) is known color: Electric Blue. HEX triplet: 8D, F8 and EC. RGB value is (141,248,236). Sum of RGB (Red+Green+Blue) = 141+248+236=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF8EC is #720713. Grayscale: #D6D6D6. Windows color (decimal): -7472916 or 15530125. OLE color: 15530125.
HSL color Cylindrical-coordinate representation of color #8DF8EC: hue angle of 173.27º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF8EC is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 248 | 236 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.03 |
| HSL | 173.27º | 0.88% | 0.76% | - |
| HSV(B) | 173.27º | 0.43% | 0.97% | - |
| XYZ | 59.69 | 78.85 | 91.43 | - |
| YUV | 214.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 236 | 0.43 | 0 | 0.05 | 0.03 | 173.27 | 0.88 | 0.76 |
| Hex | 8D | F8 | EC | 2B | 0 | 5 | 3 | AD | 58 | 4C |
| Octal | 215 | 370 | 354 | 53 | 0 | 5 | 3 | 255 | 130 | 114 |
| Binary | 10001101 | 11111000 | 11101100 | 101011 | 0 | 101 | 11 | 10101101 | 1011000 | 1001100 |
Color Harmonies of #8DF8EC
Complementary color
Monochromatic Colors of #8DF8EC
Black with #8DF8EC
Text Example
Text Example
White with #8DF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF8EC; }
p { color: rgb(141,248,236); }
H1.HeaderClassName
{
color: #8DF8EC;
}
.AnyTagClassName
{
color: #8DF8EC;
}
</style>
background-color css
<style>
a { background-color: #8DF8EC; }
a { background-color: rgb(141,248,236); }
div.DivClassName
{
background-color: #8DF8EC;
}
.BgClassName
{
background-color: #8DF8EC;
}
</style>
border-color css
<style>
span { border-color: #8DF8EC; }
span { border-color: rgb(141,248,236); }
td.TdClassName
{
border-color: #8DF8EC;
}
.TagClassName
{
border-color: #8DF8EC;
}
</style>