Shades of Electric Blue #8CEDFC
Tints of Electric Blue #8CEDFC
RGB
CMYK
RGB Variations
Color information
#8CEDFC (or 0x8CEDFC) is known color: Electric Blue. HEX triplet: 8C, ED and FC. RGB value is (140,237,252). Sum of RGB (Red+Green+Blue) = 140+237+252=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CEDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEDFC is #731203. Grayscale: #D1D1D1. Windows color (decimal): -7541252 or 16575884. OLE color: 16575884.
HSL color Cylindrical-coordinate representation of color #8CEDFC: hue angle of 188.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CEDFC is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 237 | 252 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.01 |
| HSL | 188.04º | 0.95% | 0.77% | - |
| HSV(B) | 188.04º | 0.44% | 0.99% | - |
| XYZ | 58.67 | 73.17 | 103.13 | - |
| YUV | 209.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 252 | 0.44 | 0.06 | 0 | 0.01 | 188.04 | 0.95 | 0.77 |
| Hex | 8C | ED | FC | 2C | 6 | 0 | 1 | BC | 5F | 4D |
| Octal | 214 | 355 | 374 | 54 | 6 | 0 | 1 | 274 | 137 | 115 |
| Binary | 10001100 | 11101101 | 11111100 | 101100 | 110 | 0 | 1 | 10111100 | 1011111 | 1001101 |
Color Harmonies of #8CEDFC
Complementary color
Monochromatic Colors of #8CEDFC
Black with #8CEDFC
Text Example
Text Example
White with #8CEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEDFC; }
p { color: rgb(140,237,252); }
H1.HeaderClassName
{
color: #8CEDFC;
}
.AnyTagClassName
{
color: #8CEDFC;
}
</style>
background-color css
<style>
a { background-color: #8CEDFC; }
a { background-color: rgb(140,237,252); }
div.DivClassName
{
background-color: #8CEDFC;
}
.BgClassName
{
background-color: #8CEDFC;
}
</style>
border-color css
<style>
span { border-color: #8CEDFC; }
span { border-color: rgb(140,237,252); }
td.TdClassName
{
border-color: #8CEDFC;
}
.TagClassName
{
border-color: #8CEDFC;
}
</style>