Shades of Electric Blue #8DFFF0
Tints of Electric Blue #8DFFF0
RGB
CMYK
RGB Variations
Color information
#8DFFF0 (or 0x8DFFF0) is known color: Electric Blue. HEX triplet: 8D, FF and F0. RGB value is (141,255,240). Sum of RGB (Red+Green+Blue) = 141+255+240=636 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.17% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFF0 is #72000F. Grayscale: #DBDBDB. Windows color (decimal): -7471120 or 15794061. OLE color: 15794061.
HSL color Cylindrical-coordinate representation of color #8DFFF0: hue angle of 172.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFF0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 240 | - |
| CMYK | 0.45 | 0 | 0.06 | 0 |
| HSL | 172.11º | 1% | 0.78% | - |
| HSV(B) | 172.11º | 0.45% | 1% | - |
| XYZ | 62.47 | 83.47 | 95.26 | - |
| YUV | 219.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 240 | 0.45 | 0 | 0.06 | 0 | 172.11 | 1 | 0.78 |
| Hex | 8D | FF | F0 | 2D | 0 | 6 | 0 | AC | 64 | 4E |
| Octal | 215 | 377 | 360 | 55 | 0 | 6 | 0 | 254 | 144 | 116 |
| Binary | 10001101 | 11111111 | 11110000 | 101101 | 0 | 110 | 0 | 10101100 | 1100100 | 1001110 |
Color Harmonies of #8DFFF0
Complementary color
Monochromatic Colors of #8DFFF0
Black with #8DFFF0
Text Example
Text Example
White with #8DFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFF0; }
p { color: rgb(141,255,240); }
H1.HeaderClassName
{
color: #8DFFF0;
}
.AnyTagClassName
{
color: #8DFFF0;
}
</style>
background-color css
<style>
a { background-color: #8DFFF0; }
a { background-color: rgb(141,255,240); }
div.DivClassName
{
background-color: #8DFFF0;
}
.BgClassName
{
background-color: #8DFFF0;
}
</style>
border-color css
<style>
span { border-color: #8DFFF0; }
span { border-color: rgb(141,255,240); }
td.TdClassName
{
border-color: #8DFFF0;
}
.TagClassName
{
border-color: #8DFFF0;
}
</style>