Shades of Electric Blue #8CECFE
Tints of Electric Blue #8CECFE
RGB
CMYK
RGB Variations
Color information
#8CECFE (or 0x8CECFE) is known color: Electric Blue. HEX triplet: 8C, EC and FE. RGB value is (140,236,254). Sum of RGB (Red+Green+Blue) = 140+236+254=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECFE is #731301. Grayscale: #D1D1D1. Windows color (decimal): -7541506 or 16706700. OLE color: 16706700.
HSL color Cylindrical-coordinate representation of color #8CECFE: hue angle of 189.47º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CECFE is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 236 | 254 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.00 |
| HSL | 189.47º | 0.98% | 0.77% | - |
| HSV(B) | 189.47º | 0.45% | 1% | - |
| XYZ | 58.7 | 72.72 | 104.71 | - |
| YUV | 209.35 | 153.2 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 254 | 0.45 | 0.07 | 0 | 0.00 | 189.47 | 0.98 | 0.77 |
| Hex | 8C | EC | FE | 2D | 7 | 0 | 0 | BD | 62 | 4D |
| Octal | 214 | 354 | 376 | 55 | 7 | 0 | 0 | 275 | 142 | 115 |
| Binary | 10001100 | 11101100 | 11111110 | 101101 | 111 | 0 | 0 | 10111101 | 1100010 | 1001101 |
Color Harmonies of #8CECFE
Complementary color
Monochromatic Colors of #8CECFE
Black with #8CECFE
Text Example
Text Example
White with #8CECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECFE; }
p { color: rgb(140,236,254); }
H1.HeaderClassName
{
color: #8CECFE;
}
.AnyTagClassName
{
color: #8CECFE;
}
</style>
background-color css
<style>
a { background-color: #8CECFE; }
a { background-color: rgb(140,236,254); }
div.DivClassName
{
background-color: #8CECFE;
}
.BgClassName
{
background-color: #8CECFE;
}
</style>
border-color css
<style>
span { border-color: #8CECFE; }
span { border-color: rgb(140,236,254); }
td.TdClassName
{
border-color: #8CECFE;
}
.TagClassName
{
border-color: #8CECFE;
}
</style>