Shades of Electric Blue #8CEBFC
Tints of Electric Blue #8CEBFC
RGB
CMYK
RGB Variations
Color information
#8CEBFC (or 0x8CEBFC) is known color: Electric Blue. HEX triplet: 8C, EB and FC. RGB value is (140,235,252). Sum of RGB (Red+Green+Blue) = 140+235+252=627 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.33% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBFC is #731403. Grayscale: #D0D0D0. Windows color (decimal): -7541764 or 16575372. OLE color: 16575372.
HSL color Cylindrical-coordinate representation of color #8CEBFC: hue angle of 189.11º 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 #8CEBFC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 235 | 252 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.01 |
| HSL | 189.11º | 0.95% | 0.77% | - |
| HSV(B) | 189.11º | 0.44% | 0.99% | - |
| XYZ | 58.09 | 72.02 | 102.93 | - |
| YUV | 208.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 252 | 0.44 | 0.07 | 0 | 0.01 | 189.11 | 0.95 | 0.77 |
| Hex | 8C | EB | FC | 2C | 7 | 0 | 1 | BD | 5F | 4D |
| Octal | 214 | 353 | 374 | 54 | 7 | 0 | 1 | 275 | 137 | 115 |
| Binary | 10001100 | 11101011 | 11111100 | 101100 | 111 | 0 | 1 | 10111101 | 1011111 | 1001101 |
Color Harmonies of #8CEBFC
Complementary color
Monochromatic Colors of #8CEBFC
Black with #8CEBFC
Text Example
Text Example
White with #8CEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBFC; }
p { color: rgb(140,235,252); }
H1.HeaderClassName
{
color: #8CEBFC;
}
.AnyTagClassName
{
color: #8CEBFC;
}
</style>
background-color css
<style>
a { background-color: #8CEBFC; }
a { background-color: rgb(140,235,252); }
div.DivClassName
{
background-color: #8CEBFC;
}
.BgClassName
{
background-color: #8CEBFC;
}
</style>
border-color css
<style>
span { border-color: #8CEBFC; }
span { border-color: rgb(140,235,252); }
td.TdClassName
{
border-color: #8CEBFC;
}
.TagClassName
{
border-color: #8CEBFC;
}
</style>