Shades of Electric Blue #8CFDEC
Tints of Electric Blue #8CFDEC
RGB
CMYK
RGB Variations
Color information
#8CFDEC (or 0x8CFDEC) is known color: Electric Blue. HEX triplet: 8C, FD and EC. RGB value is (140,253,236). Sum of RGB (Red+Green+Blue) = 140+253+236=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFDEC is #730213. Grayscale: #D9D9D9. Windows color (decimal): -7537172 or 15531404. OLE color: 15531404.
HSL color Cylindrical-coordinate representation of color #8CFDEC: hue angle of 170.97º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFDEC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 236 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.01 |
| HSL | 170.97º | 0.97% | 0.77% | - |
| HSV(B) | 170.97º | 0.45% | 0.99% | - |
| XYZ | 61.08 | 81.88 | 91.94 | - |
| YUV | 217.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 236 | 0.45 | 0 | 0.07 | 0.01 | 170.97 | 0.97 | 0.77 |
| Hex | 8C | FD | EC | 2D | 0 | 7 | 1 | AB | 61 | 4D |
| Octal | 214 | 375 | 354 | 55 | 0 | 7 | 1 | 253 | 141 | 115 |
| Binary | 10001100 | 11111101 | 11101100 | 101101 | 0 | 111 | 1 | 10101011 | 1100001 | 1001101 |
Color Harmonies of #8CFDEC
Complementary color
Monochromatic Colors of #8CFDEC
Black with #8CFDEC
Text Example
Text Example
White with #8CFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFDEC; }
p { color: rgb(140,253,236); }
H1.HeaderClassName
{
color: #8CFDEC;
}
.AnyTagClassName
{
color: #8CFDEC;
}
</style>
background-color css
<style>
a { background-color: #8CFDEC; }
a { background-color: rgb(140,253,236); }
div.DivClassName
{
background-color: #8CFDEC;
}
.BgClassName
{
background-color: #8CFDEC;
}
</style>
border-color css
<style>
span { border-color: #8CFDEC; }
span { border-color: rgb(140,253,236); }
td.TdClassName
{
border-color: #8CFDEC;
}
.TagClassName
{
border-color: #8CFDEC;
}
</style>