Shades of Electric Blue #8DF2EB
Tints of Electric Blue #8DF2EB
RGB
CMYK
RGB Variations
Color information
#8DF2EB (or 0x8DF2EB) is known color: Electric Blue. HEX triplet: 8D, F2 and EB. RGB value is (141,242,235). Sum of RGB (Red+Green+Blue) = 141+242+235=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF2EB is #720D14. Grayscale: #D2D2D2. Windows color (decimal): -7474453 or 15463053. OLE color: 15463053.
HSL color Cylindrical-coordinate representation of color #8DF2EB: hue angle of 175.84º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF2EB is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 235 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.05 |
| HSL | 175.84º | 0.8% | 0.75% | - |
| HSV(B) | 175.84º | 0.42% | 0.95% | - |
| XYZ | 57.73 | 75.17 | 90.06 | - |
| YUV | 211 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 235 | 0.42 | 0 | 0.03 | 0.05 | 175.84 | 0.8 | 0.75 |
| Hex | 8D | F2 | EB | 2A | 0 | 3 | 5 | B0 | 50 | 4B |
| Octal | 215 | 362 | 353 | 52 | 0 | 3 | 5 | 260 | 120 | 113 |
| Binary | 10001101 | 11110010 | 11101011 | 101010 | 0 | 11 | 101 | 10110000 | 1010000 | 1001011 |
Color Harmonies of #8DF2EB
Complementary color
Monochromatic Colors of #8DF2EB
Black with #8DF2EB
Text Example
Text Example
White with #8DF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF2EB; }
p { color: rgb(141,242,235); }
H1.HeaderClassName
{
color: #8DF2EB;
}
.AnyTagClassName
{
color: #8DF2EB;
}
</style>
background-color css
<style>
a { background-color: #8DF2EB; }
a { background-color: rgb(141,242,235); }
div.DivClassName
{
background-color: #8DF2EB;
}
.BgClassName
{
background-color: #8DF2EB;
}
</style>
border-color css
<style>
span { border-color: #8DF2EB; }
span { border-color: rgb(141,242,235); }
td.TdClassName
{
border-color: #8DF2EB;
}
.TagClassName
{
border-color: #8DF2EB;
}
</style>