Shades of Electric Blue #8DF8F1
Tints of Electric Blue #8DF8F1
RGB
CMYK
RGB Variations
Color information
#8DF8F1 (or 0x8DF8F1) is known color: Electric Blue. HEX triplet: 8D, F8 and F1. RGB value is (141,248,241). Sum of RGB (Red+Green+Blue) = 141+248+241=630 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.38% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF8F1 is #72070E. Grayscale: #D7D7D7. Windows color (decimal): -7472911 or 15857805. OLE color: 15857805.
HSL color Cylindrical-coordinate representation of color #8DF8F1: hue angle of 176.07º 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 #8DF8F1 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 248 | 241 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.03 |
| HSL | 176.07º | 0.88% | 0.76% | - |
| HSV(B) | 176.07º | 0.43% | 0.97% | - |
| XYZ | 60.43 | 79.15 | 95.31 | - |
| YUV | 215.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 241 | 0.43 | 0 | 0.03 | 0.03 | 176.07 | 0.88 | 0.76 |
| Hex | 8D | F8 | F1 | 2B | 0 | 3 | 3 | B0 | 58 | 4C |
| Octal | 215 | 370 | 361 | 53 | 0 | 3 | 3 | 260 | 130 | 114 |
| Binary | 10001101 | 11111000 | 11110001 | 101011 | 0 | 11 | 11 | 10110000 | 1011000 | 1001100 |
Color Harmonies of #8DF8F1
Complementary color
Monochromatic Colors of #8DF8F1
Black with #8DF8F1
Text Example
Text Example
White with #8DF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF8F1; }
p { color: rgb(141,248,241); }
H1.HeaderClassName
{
color: #8DF8F1;
}
.AnyTagClassName
{
color: #8DF8F1;
}
</style>
background-color css
<style>
a { background-color: #8DF8F1; }
a { background-color: rgb(141,248,241); }
div.DivClassName
{
background-color: #8DF8F1;
}
.BgClassName
{
background-color: #8DF8F1;
}
</style>
border-color css
<style>
span { border-color: #8DF8F1; }
span { border-color: rgb(141,248,241); }
td.TdClassName
{
border-color: #8DF8F1;
}
.TagClassName
{
border-color: #8DF8F1;
}
</style>