Shades of Electric Blue #8DF2FB
Tints of Electric Blue #8DF2FB
RGB
CMYK
RGB Variations
Color information
#8DF2FB (or 0x8DF2FB) is known color: Electric Blue. HEX triplet: 8D, F2 and FB. RGB value is (141,242,251). Sum of RGB (Red+Green+Blue) = 141+242+251=634 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.24% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF2FB is #720D04. Grayscale: #D4D4D4. Windows color (decimal): -7474437 or 16511629. OLE color: 16511629.
HSL color Cylindrical-coordinate representation of color #8DF2FB: hue angle of 184.91º degrees, saturation: 0.93, 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 #8DF2FB is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 242 | 251 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.02 |
| HSL | 184.91º | 0.93% | 0.77% | - |
| HSV(B) | 184.91º | 0.44% | 0.98% | - |
| XYZ | 60.15 | 76.13 | 102.79 | - |
| YUV | 212.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 251 | 0.44 | 0.04 | 0 | 0.02 | 184.91 | 0.93 | 0.77 |
| Hex | 8D | F2 | FB | 2C | 4 | 0 | 2 | B9 | 5D | 4D |
| Octal | 215 | 362 | 373 | 54 | 4 | 0 | 2 | 271 | 135 | 115 |
| Binary | 10001101 | 11110010 | 11111011 | 101100 | 100 | 0 | 10 | 10111001 | 1011101 | 1001101 |
Color Harmonies of #8DF2FB
Complementary color
Monochromatic Colors of #8DF2FB
Black with #8DF2FB
Text Example
Text Example
White with #8DF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF2FB; }
p { color: rgb(141,242,251); }
H1.HeaderClassName
{
color: #8DF2FB;
}
.AnyTagClassName
{
color: #8DF2FB;
}
</style>
background-color css
<style>
a { background-color: #8DF2FB; }
a { background-color: rgb(141,242,251); }
div.DivClassName
{
background-color: #8DF2FB;
}
.BgClassName
{
background-color: #8DF2FB;
}
</style>
border-color css
<style>
span { border-color: #8DF2FB; }
span { border-color: rgb(141,242,251); }
td.TdClassName
{
border-color: #8DF2FB;
}
.TagClassName
{
border-color: #8DF2FB;
}
</style>