Shades of Electric Blue #8DF1FA
Tints of Electric Blue #8DF1FA
RGB
CMYK
RGB Variations
Color information
#8DF1FA (or 0x8DF1FA) is known color: Electric Blue. HEX triplet: 8D, F1 and FA. RGB value is (141,241,250). Sum of RGB (Red+Green+Blue) = 141+241+250=632 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.31% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1FA is #720E05. Grayscale: #D3D3D3. Windows color (decimal): -7474694 or 16445837. OLE color: 16445837.
HSL color Cylindrical-coordinate representation of color #8DF1FA: hue angle of 184.95º 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 #8DF1FA is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 241 | 250 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.02 |
| HSL | 184.95º | 0.92% | 0.77% | - |
| HSV(B) | 184.95º | 0.44% | 0.98% | - |
| XYZ | 59.7 | 75.48 | 101.86 | - |
| YUV | 212.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 250 | 0.44 | 0.04 | 0 | 0.02 | 184.95 | 0.92 | 0.77 |
| Hex | 8D | F1 | FA | 2C | 4 | 0 | 2 | B9 | 5C | 4D |
| Octal | 215 | 361 | 372 | 54 | 4 | 0 | 2 | 271 | 134 | 115 |
| Binary | 10001101 | 11110001 | 11111010 | 101100 | 100 | 0 | 10 | 10111001 | 1011100 | 1001101 |
Color Harmonies of #8DF1FA
Complementary color
Monochromatic Colors of #8DF1FA
Black with #8DF1FA
Text Example
Text Example
White with #8DF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF1FA; }
p { color: rgb(141,241,250); }
H1.HeaderClassName
{
color: #8DF1FA;
}
.AnyTagClassName
{
color: #8DF1FA;
}
</style>
background-color css
<style>
a { background-color: #8DF1FA; }
a { background-color: rgb(141,241,250); }
div.DivClassName
{
background-color: #8DF1FA;
}
.BgClassName
{
background-color: #8DF1FA;
}
</style>
border-color css
<style>
span { border-color: #8DF1FA; }
span { border-color: rgb(141,241,250); }
td.TdClassName
{
border-color: #8DF1FA;
}
.TagClassName
{
border-color: #8DF1FA;
}
</style>