Shades of Electric Blue #8CECFF
Tints of Electric Blue #8CECFF
RGB
CMYK
RGB Variations
Color information
#8CECFF (or 0x8CECFF) is known color: Electric Blue. HEX triplet: 8C, EC and FF. RGB value is (140,236,255). Sum of RGB (Red+Green+Blue) = 140+236+255=631 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.19% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECFF is #731300. Grayscale: #D1D1D1. Windows color (decimal): -7541505 or 16772236. OLE color: 16772236.
HSL color Cylindrical-coordinate representation of color #8CECFF: hue angle of 189.91º 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 #8CECFF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 236 | 255 | - |
| CMYK | 0.45 | 0.07 | 0 | 0 |
| HSL | 189.91º | 1% | 0.77% | - |
| HSV(B) | 189.91º | 0.45% | 1% | - |
| XYZ | 58.86 | 72.79 | 105.55 | - |
| YUV | 209.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 255 | 0.45 | 0.07 | 0 | 0 | 189.91 | 1 | 0.77 |
| Hex | 8C | EC | FF | 2D | 7 | 0 | 0 | BE | 64 | 4D |
| Octal | 214 | 354 | 377 | 55 | 7 | 0 | 0 | 276 | 144 | 115 |
| Binary | 10001100 | 11101100 | 11111111 | 101101 | 111 | 0 | 0 | 10111110 | 1100100 | 1001101 |
Color Harmonies of #8CECFF
Complementary color
Monochromatic Colors of #8CECFF
Black with #8CECFF
Text Example
Text Example
White with #8CECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECFF; }
p { color: rgb(140,236,255); }
H1.HeaderClassName
{
color: #8CECFF;
}
.AnyTagClassName
{
color: #8CECFF;
}
</style>
background-color css
<style>
a { background-color: #8CECFF; }
a { background-color: rgb(140,236,255); }
div.DivClassName
{
background-color: #8CECFF;
}
.BgClassName
{
background-color: #8CECFF;
}
</style>
border-color css
<style>
span { border-color: #8CECFF; }
span { border-color: rgb(140,236,255); }
td.TdClassName
{
border-color: #8CECFF;
}
.TagClassName
{
border-color: #8CECFF;
}
</style>