Shades of Electric Blue #8CECFB
Tints of Electric Blue #8CECFB
RGB
CMYK
RGB Variations
Color information
#8CECFB (or 0x8CECFB) is known color: Electric Blue. HEX triplet: 8C, EC and FB. RGB value is (140,236,251). Sum of RGB (Red+Green+Blue) = 140+236+251=627 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.33% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECFB is #731304. Grayscale: #D0D0D0. Windows color (decimal): -7541509 or 16510092. OLE color: 16510092.
HSL color Cylindrical-coordinate representation of color #8CECFB: hue angle of 188.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CECFB is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 236 | 251 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.02 |
| HSL | 188.11º | 0.93% | 0.77% | - |
| HSV(B) | 188.11º | 0.44% | 0.98% | - |
| XYZ | 58.22 | 72.53 | 102.2 | - |
| YUV | 209.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 251 | 0.44 | 0.06 | 0 | 0.02 | 188.11 | 0.93 | 0.77 |
| Hex | 8C | EC | FB | 2C | 6 | 0 | 2 | BC | 5D | 4D |
| Octal | 214 | 354 | 373 | 54 | 6 | 0 | 2 | 274 | 135 | 115 |
| Binary | 10001100 | 11101100 | 11111011 | 101100 | 110 | 0 | 10 | 10111100 | 1011101 | 1001101 |
Color Harmonies of #8CECFB
Complementary color
Monochromatic Colors of #8CECFB
Black with #8CECFB
Text Example
Text Example
White with #8CECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECFB; }
p { color: rgb(140,236,251); }
H1.HeaderClassName
{
color: #8CECFB;
}
.AnyTagClassName
{
color: #8CECFB;
}
</style>
background-color css
<style>
a { background-color: #8CECFB; }
a { background-color: rgb(140,236,251); }
div.DivClassName
{
background-color: #8CECFB;
}
.BgClassName
{
background-color: #8CECFB;
}
</style>
border-color css
<style>
span { border-color: #8CECFB; }
span { border-color: rgb(140,236,251); }
td.TdClassName
{
border-color: #8CECFB;
}
.TagClassName
{
border-color: #8CECFB;
}
</style>