Shades of Electric Blue #8CFCFD
Tints of Electric Blue #8CFCFD
RGB
CMYK
RGB Variations
Color information
#8CFCFD (or 0x8CFCFD) is known color: Electric Blue. HEX triplet: 8C, FC and FD. RGB value is (140,252,253). Sum of RGB (Red+Green+Blue) = 140+252+253=645 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.71% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CFCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCFD is #730302. Grayscale: #DADADA. Windows color (decimal): -7537411 or 16645260. OLE color: 16645260.
HSL color Cylindrical-coordinate representation of color #8CFCFD: hue angle of 180.53º 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 #8CFCFD is Cyan = 0.45, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 253 | - |
| CMYK | 0.45 | 0.00 | 0 | 0.01 |
| HSL | 180.53º | 0.97% | 0.77% | - |
| HSV(B) | 180.53º | 0.45% | 0.99% | - |
| XYZ | 63.36 | 82.29 | 105.47 | - |
| YUV | 218.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 253 | 0.45 | 0.00 | 0 | 0.01 | 180.53 | 0.97 | 0.77 |
| Hex | 8C | FC | FD | 2D | 0 | 0 | 1 | B5 | 61 | 4D |
| Octal | 214 | 374 | 375 | 55 | 0 | 0 | 1 | 265 | 141 | 115 |
| Binary | 10001100 | 11111100 | 11111101 | 101101 | 0 | 0 | 1 | 10110101 | 1100001 | 1001101 |
Color Harmonies of #8CFCFD
Complementary color
Monochromatic Colors of #8CFCFD
Black with #8CFCFD
Text Example
Text Example
White with #8CFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCFD; }
p { color: rgb(140,252,253); }
H1.HeaderClassName
{
color: #8CFCFD;
}
.AnyTagClassName
{
color: #8CFCFD;
}
</style>
background-color css
<style>
a { background-color: #8CFCFD; }
a { background-color: rgb(140,252,253); }
div.DivClassName
{
background-color: #8CFCFD;
}
.BgClassName
{
background-color: #8CFCFD;
}
</style>
border-color css
<style>
span { border-color: #8CFCFD; }
span { border-color: rgb(140,252,253); }
td.TdClassName
{
border-color: #8CFCFD;
}
.TagClassName
{
border-color: #8CFCFD;
}
</style>