Shades of Electric Blue #8CFAEC
Tints of Electric Blue #8CFAEC
RGB
CMYK
RGB Variations
Color information
#8CFAEC (or 0x8CFAEC) is known color: Electric Blue. HEX triplet: 8C, FA and EC. RGB value is (140,250,236). Sum of RGB (Red+Green+Blue) = 140+250+236=626 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.36% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFAEC is #730513. Grayscale: #D7D7D7. Windows color (decimal): -7537940 or 15530636. OLE color: 15530636.
HSL color Cylindrical-coordinate representation of color #8CFAEC: hue angle of 172.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFAEC is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 236 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.02 |
| HSL | 172.36º | 0.92% | 0.76% | - |
| HSV(B) | 172.36º | 0.44% | 0.98% | - |
| XYZ | 60.14 | 80 | 91.63 | - |
| YUV | 215.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 236 | 0.44 | 0 | 0.06 | 0.02 | 172.36 | 0.92 | 0.76 |
| Hex | 8C | FA | EC | 2C | 0 | 6 | 2 | AC | 5C | 4C |
| Octal | 214 | 372 | 354 | 54 | 0 | 6 | 2 | 254 | 134 | 114 |
| Binary | 10001100 | 11111010 | 11101100 | 101100 | 0 | 110 | 10 | 10101100 | 1011100 | 1001100 |
Color Harmonies of #8CFAEC
Complementary color
Monochromatic Colors of #8CFAEC
Black with #8CFAEC
Text Example
Text Example
White with #8CFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAEC; }
p { color: rgb(140,250,236); }
H1.HeaderClassName
{
color: #8CFAEC;
}
.AnyTagClassName
{
color: #8CFAEC;
}
</style>
background-color css
<style>
a { background-color: #8CFAEC; }
a { background-color: rgb(140,250,236); }
div.DivClassName
{
background-color: #8CFAEC;
}
.BgClassName
{
background-color: #8CFAEC;
}
</style>
border-color css
<style>
span { border-color: #8CFAEC; }
span { border-color: rgb(140,250,236); }
td.TdClassName
{
border-color: #8CFAEC;
}
.TagClassName
{
border-color: #8CFAEC;
}
</style>