Shades of Electric Blue #8CFFFC
Tints of Electric Blue #8CFFFC
RGB
CMYK
RGB Variations
Color information
#8CFFFC (or 0x8CFFFC) is known color: Electric Blue. HEX triplet: 8C, FF and FC. RGB value is (140,255,252). Sum of RGB (Red+Green+Blue) = 140+255+252=647 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.64% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFFC is #730003. Grayscale: #DCDCDC. Windows color (decimal): -7536644 or 16580492. OLE color: 16580492.
HSL color Cylindrical-coordinate representation of color #8CFFFC: hue angle of 178.43º 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 #8CFFFC is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 252 | - |
| CMYK | 0.45 | 0 | 0.01 | 0 |
| HSL | 178.43º | 1% | 0.77% | - |
| HSV(B) | 178.43º | 0.45% | 1% | - |
| XYZ | 64.15 | 84.12 | 104.95 | - |
| YUV | 220.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 252 | 0.45 | 0 | 0.01 | 0 | 178.43 | 1 | 0.77 |
| Hex | 8C | FF | FC | 2D | 0 | 1 | 0 | B2 | 64 | 4D |
| Octal | 214 | 377 | 374 | 55 | 0 | 1 | 0 | 262 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11111100 | 101101 | 0 | 1 | 0 | 10110010 | 1100100 | 1001101 |
Color Harmonies of #8CFFFC
Complementary color
Monochromatic Colors of #8CFFFC
Black with #8CFFFC
Text Example
Text Example
White with #8CFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFFC; }
p { color: rgb(140,255,252); }
H1.HeaderClassName
{
color: #8CFFFC;
}
.AnyTagClassName
{
color: #8CFFFC;
}
</style>
background-color css
<style>
a { background-color: #8CFFFC; }
a { background-color: rgb(140,255,252); }
div.DivClassName
{
background-color: #8CFFFC;
}
.BgClassName
{
background-color: #8CFFFC;
}
</style>
border-color css
<style>
span { border-color: #8CFFFC; }
span { border-color: rgb(140,255,252); }
td.TdClassName
{
border-color: #8CFFFC;
}
.TagClassName
{
border-color: #8CFFFC;
}
</style>