Shades of Electric Blue #8DF1F9
Tints of Electric Blue #8DF1F9
RGB
CMYK
RGB Variations
Color information
#8DF1F9 (or 0x8DF1F9) is known color: Electric Blue. HEX triplet: 8D, F1 and F9. RGB value is (141,241,249). Sum of RGB (Red+Green+Blue) = 141+241+249=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DF1F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1F9 is #720E06. Grayscale: #D3D3D3. Windows color (decimal): -7474695 or 16380301. OLE color: 16380301.
HSL color Cylindrical-coordinate representation of color #8DF1F9: hue angle of 184.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF1F9 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 241 | 249 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.02 |
| HSL | 184.44º | 0.9% | 0.76% | - |
| HSV(B) | 184.44º | 0.43% | 0.98% | - |
| XYZ | 59.54 | 75.41 | 101.04 | - |
| YUV | 212.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 249 | 0.43 | 0.03 | 0 | 0.02 | 184.44 | 0.9 | 0.76 |
| Hex | 8D | F1 | F9 | 2B | 3 | 0 | 2 | B8 | 5A | 4C |
| Octal | 215 | 361 | 371 | 53 | 3 | 0 | 2 | 270 | 132 | 114 |
| Binary | 10001101 | 11110001 | 11111001 | 101011 | 11 | 0 | 10 | 10111000 | 1011010 | 1001100 |
Color Harmonies of #8DF1F9
Complementary color
Monochromatic Colors of #8DF1F9
Black with #8DF1F9
Text Example
Text Example
White with #8DF1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1F9; }
p { color: rgb(141,241,249); }
H1.HeaderClassName
{
color: #8DF1F9;
}
.AnyTagClassName
{
color: #8DF1F9;
}
</style>
background-color css
<style>
a { background-color: #8DF1F9; }
a { background-color: rgb(141,241,249); }
div.DivClassName
{
background-color: #8DF1F9;
}
.BgClassName
{
background-color: #8DF1F9;
}
</style>
border-color css
<style>
span { border-color: #8DF1F9; }
span { border-color: rgb(141,241,249); }
td.TdClassName
{
border-color: #8DF1F9;
}
.TagClassName
{
border-color: #8DF1F9;
}
</style>