Shades of Electric Blue #8CFFED
Tints of Electric Blue #8CFFED
RGB
CMYK
RGB Variations
Color information
#8CFFED (or 0x8CFFED) is known color: Electric Blue. HEX triplet: 8C, FF and ED. RGB value is (140,255,237). Sum of RGB (Red+Green+Blue) = 140+255+237=632 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.15% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFED is #730012. Grayscale: #DADADA. Windows color (decimal): -7536659 or 15597452. OLE color: 15597452.
HSL color Cylindrical-coordinate representation of color #8CFFED: hue angle of 170.61º 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 #8CFFED is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 237 | - |
| CMYK | 0.45 | 0 | 0.07 | 0 |
| HSL | 170.61º | 1% | 0.77% | - |
| HSV(B) | 170.61º | 0.45% | 1% | - |
| XYZ | 61.86 | 83.21 | 92.92 | - |
| YUV | 218.56 | 138.4 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 237 | 0.45 | 0 | 0.07 | 0 | 170.61 | 1 | 0.77 |
| Hex | 8C | FF | ED | 2D | 0 | 7 | 0 | AB | 64 | 4D |
| Octal | 214 | 377 | 355 | 55 | 0 | 7 | 0 | 253 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11101101 | 101101 | 0 | 111 | 0 | 10101011 | 1100100 | 1001101 |
Color Harmonies of #8CFFED
Complementary color
Monochromatic Colors of #8CFFED
Black with #8CFFED
Text Example
Text Example
White with #8CFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFED; }
p { color: rgb(140,255,237); }
H1.HeaderClassName
{
color: #8CFFED;
}
.AnyTagClassName
{
color: #8CFFED;
}
</style>
background-color css
<style>
a { background-color: #8CFFED; }
a { background-color: rgb(140,255,237); }
div.DivClassName
{
background-color: #8CFFED;
}
.BgClassName
{
background-color: #8CFFED;
}
</style>
border-color css
<style>
span { border-color: #8CFFED; }
span { border-color: rgb(140,255,237); }
td.TdClassName
{
border-color: #8CFFED;
}
.TagClassName
{
border-color: #8CFFED;
}
</style>