Shades of Electric Blue #8DF2FA
Tints of Electric Blue #8DF2FA
RGB
CMYK
RGB Variations
Color information
#8DF2FA (or 0x8DF2FA) is known color: Electric Blue. HEX triplet: 8D, F2 and FA. RGB value is (141,242,250). Sum of RGB (Red+Green+Blue) = 141+242+250=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF2FA is #720D05. Grayscale: #D4D4D4. Windows color (decimal): -7474438 or 16446093. OLE color: 16446093.
HSL color Cylindrical-coordinate representation of color #8DF2FA: hue angle of 184.4º 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 #8DF2FA is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 242 | 250 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.02 |
| HSL | 184.4º | 0.92% | 0.77% | - |
| HSV(B) | 184.4º | 0.44% | 0.98% | - |
| XYZ | 59.99 | 76.07 | 101.96 | - |
| YUV | 212.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 250 | 0.44 | 0.03 | 0 | 0.02 | 184.4 | 0.92 | 0.77 |
| Hex | 8D | F2 | FA | 2C | 3 | 0 | 2 | B8 | 5C | 4D |
| Octal | 215 | 362 | 372 | 54 | 3 | 0 | 2 | 270 | 134 | 115 |
| Binary | 10001101 | 11110010 | 11111010 | 101100 | 11 | 0 | 10 | 10111000 | 1011100 | 1001101 |
Color Harmonies of #8DF2FA
Complementary color
Monochromatic Colors of #8DF2FA
Black with #8DF2FA
Text Example
Text Example
White with #8DF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF2FA; }
p { color: rgb(141,242,250); }
H1.HeaderClassName
{
color: #8DF2FA;
}
.AnyTagClassName
{
color: #8DF2FA;
}
</style>
background-color css
<style>
a { background-color: #8DF2FA; }
a { background-color: rgb(141,242,250); }
div.DivClassName
{
background-color: #8DF2FA;
}
.BgClassName
{
background-color: #8DF2FA;
}
</style>
border-color css
<style>
span { border-color: #8DF2FA; }
span { border-color: rgb(141,242,250); }
td.TdClassName
{
border-color: #8DF2FA;
}
.TagClassName
{
border-color: #8DF2FA;
}
</style>