Shades of Electric Blue #8DFAEC
Tints of Electric Blue #8DFAEC
RGB
CMYK
RGB Variations
Color information
#8DFAEC (or 0x8DFAEC) is known color: Electric Blue. HEX triplet: 8D, FA and EC. RGB value is (141,250,236). Sum of RGB (Red+Green+Blue) = 141+250+236=627 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.49% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFAEC is #720513. Grayscale: #D7D7D7. Windows color (decimal): -7472404 or 15530637. OLE color: 15530637.
HSL color Cylindrical-coordinate representation of color #8DFAEC: hue angle of 172.29º 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 #8DFAEC is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 236 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.02 |
| HSL | 172.29º | 0.92% | 0.77% | - |
| HSV(B) | 172.29º | 0.44% | 0.98% | - |
| XYZ | 60.31 | 80.09 | 91.64 | - |
| YUV | 215.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 236 | 0.44 | 0 | 0.06 | 0.02 | 172.29 | 0.92 | 0.77 |
| Hex | 8D | FA | EC | 2C | 0 | 6 | 2 | AC | 5C | 4D |
| Octal | 215 | 372 | 354 | 54 | 0 | 6 | 2 | 254 | 134 | 115 |
| Binary | 10001101 | 11111010 | 11101100 | 101100 | 0 | 110 | 10 | 10101100 | 1011100 | 1001101 |
Color Harmonies of #8DFAEC
Complementary color
Monochromatic Colors of #8DFAEC
Black with #8DFAEC
Text Example
Text Example
White with #8DFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFAEC; }
p { color: rgb(141,250,236); }
H1.HeaderClassName
{
color: #8DFAEC;
}
.AnyTagClassName
{
color: #8DFAEC;
}
</style>
background-color css
<style>
a { background-color: #8DFAEC; }
a { background-color: rgb(141,250,236); }
div.DivClassName
{
background-color: #8DFAEC;
}
.BgClassName
{
background-color: #8DFAEC;
}
</style>
border-color css
<style>
span { border-color: #8DFAEC; }
span { border-color: rgb(141,250,236); }
td.TdClassName
{
border-color: #8DFAEC;
}
.TagClassName
{
border-color: #8DFAEC;
}
</style>