Shades of Electric Blue #8CFCEC
Tints of Electric Blue #8CFCEC
RGB
CMYK
RGB Variations
Color information
#8CFCEC (or 0x8CFCEC) is known color: Electric Blue. HEX triplet: 8C, FC and EC. RGB value is (140,252,236). Sum of RGB (Red+Green+Blue) = 140+252+236=628 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.29% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCEC is #730313. Grayscale: #D8D8D8. Windows color (decimal): -7537428 or 15531148. OLE color: 15531148.
HSL color Cylindrical-coordinate representation of color #8CFCEC: hue angle of 171.43º 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 #8CFCEC is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 236 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.01 |
| HSL | 171.43º | 0.95% | 0.77% | - |
| HSV(B) | 171.43º | 0.44% | 0.99% | - |
| XYZ | 60.77 | 81.25 | 91.84 | - |
| YUV | 216.69 | 138.89 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 236 | 0.44 | 0 | 0.06 | 0.01 | 171.43 | 0.95 | 0.77 |
| Hex | 8C | FC | EC | 2C | 0 | 6 | 1 | AB | 5F | 4D |
| Octal | 214 | 374 | 354 | 54 | 0 | 6 | 1 | 253 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11101100 | 101100 | 0 | 110 | 1 | 10101011 | 1011111 | 1001101 |
Color Harmonies of #8CFCEC
Complementary color
Monochromatic Colors of #8CFCEC
Black with #8CFCEC
Text Example
Text Example
White with #8CFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCEC; }
p { color: rgb(140,252,236); }
H1.HeaderClassName
{
color: #8CFCEC;
}
.AnyTagClassName
{
color: #8CFCEC;
}
</style>
background-color css
<style>
a { background-color: #8CFCEC; }
a { background-color: rgb(140,252,236); }
div.DivClassName
{
background-color: #8CFCEC;
}
.BgClassName
{
background-color: #8CFCEC;
}
</style>
border-color css
<style>
span { border-color: #8CFCEC; }
span { border-color: rgb(140,252,236); }
td.TdClassName
{
border-color: #8CFCEC;
}
.TagClassName
{
border-color: #8CFCEC;
}
</style>