Shades of Electric Blue #8CFFEC
Tints of Electric Blue #8CFFEC
RGB
CMYK
RGB Variations
Color information
#8CFFEC (or 0x8CFFEC) is known color: Electric Blue. HEX triplet: 8C, FF and EC. RGB value is (140,255,236). Sum of RGB (Red+Green+Blue) = 140+255+236=631 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.19% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFEC is #730013. Grayscale: #DADADA. Windows color (decimal): -7536660 or 15531916. OLE color: 15531916.
HSL color Cylindrical-coordinate representation of color #8CFFEC: hue angle of 170.09º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFEC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 236 | - |
| CMYK | 0.45 | 0 | 0.07 | 0 |
| HSL | 170.09º | 1% | 0.77% | - |
| HSV(B) | 170.09º | 0.45% | 1% | - |
| XYZ | 61.72 | 83.15 | 92.15 | - |
| YUV | 218.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 236 | 0.45 | 0 | 0.07 | 0 | 170.09 | 1 | 0.77 |
| Hex | 8C | FF | EC | 2D | 0 | 7 | 0 | AA | 64 | 4D |
| Octal | 214 | 377 | 354 | 55 | 0 | 7 | 0 | 252 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11101100 | 101101 | 0 | 111 | 0 | 10101010 | 1100100 | 1001101 |
Color Harmonies of #8CFFEC
Complementary color
Monochromatic Colors of #8CFFEC
Black with #8CFFEC
Text Example
Text Example
White with #8CFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFEC; }
p { color: rgb(140,255,236); }
H1.HeaderClassName
{
color: #8CFFEC;
}
.AnyTagClassName
{
color: #8CFFEC;
}
</style>
background-color css
<style>
a { background-color: #8CFFEC; }
a { background-color: rgb(140,255,236); }
div.DivClassName
{
background-color: #8CFFEC;
}
.BgClassName
{
background-color: #8CFFEC;
}
</style>
border-color css
<style>
span { border-color: #8CFFEC; }
span { border-color: rgb(140,255,236); }
td.TdClassName
{
border-color: #8CFFEC;
}
.TagClassName
{
border-color: #8CFFEC;
}
</style>