Shades of Electric Blue #8DF8FA
Tints of Electric Blue #8DF8FA
RGB
CMYK
RGB Variations
Color information
#8DF8FA (or 0x8DF8FA) is known color: Electric Blue. HEX triplet: 8D, F8 and FA. RGB value is (141,248,250). Sum of RGB (Red+Green+Blue) = 141+248+250=639 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.07% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DF8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF8FA is #720705. Grayscale: #D8D8D8. Windows color (decimal): -7472902 or 16447629. OLE color: 16447629.
HSL color Cylindrical-coordinate representation of color #8DF8FA: hue angle of 181.1º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DF8FA is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 248 | 250 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.02 |
| HSL | 181.1º | 0.92% | 0.77% | - |
| HSV(B) | 181.1º | 0.44% | 0.98% | - |
| XYZ | 61.81 | 79.7 | 102.57 | - |
| YUV | 216.24 | 147.05 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 250 | 0.44 | 0.01 | 0 | 0.02 | 181.1 | 0.92 | 0.77 |
| Hex | 8D | F8 | FA | 2C | 1 | 0 | 2 | B5 | 5C | 4D |
| Octal | 215 | 370 | 372 | 54 | 1 | 0 | 2 | 265 | 134 | 115 |
| Binary | 10001101 | 11111000 | 11111010 | 101100 | 1 | 0 | 10 | 10110101 | 1011100 | 1001101 |
Color Harmonies of #8DF8FA
Complementary color
Monochromatic Colors of #8DF8FA
Black with #8DF8FA
Text Example
Text Example
White with #8DF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF8FA; }
p { color: rgb(141,248,250); }
H1.HeaderClassName
{
color: #8DF8FA;
}
.AnyTagClassName
{
color: #8DF8FA;
}
</style>
background-color css
<style>
a { background-color: #8DF8FA; }
a { background-color: rgb(141,248,250); }
div.DivClassName
{
background-color: #8DF8FA;
}
.BgClassName
{
background-color: #8DF8FA;
}
</style>
border-color css
<style>
span { border-color: #8DF8FA; }
span { border-color: rgb(141,248,250); }
td.TdClassName
{
border-color: #8DF8FA;
}
.TagClassName
{
border-color: #8DF8FA;
}
</style>