Shades of Electric Blue #8CFCFC
Tints of Electric Blue #8CFCFC
RGB
CMYK
RGB Variations
Color information
#8CFCFC (or 0x8CFCFC) is known color: Electric Blue. HEX triplet: 8C, FC and FC. RGB value is (140,252,252). Sum of RGB (Red+Green+Blue) = 140+252+252=644 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.74% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #8CFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFCFC is #730303. Grayscale: #DADADA. Windows color (decimal): -7537412 or 16579724. OLE color: 16579724.
HSL color Cylindrical-coordinate representation of color #8CFCFC: hue angle of 180º 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 #8CFCFC is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 252 | - |
| CMYK | 0.44 | 0 | 0 | 0.01 |
| HSL | 180º | 0.95% | 0.77% | - |
| HSV(B) | 180º | 0.44% | 0.99% | - |
| XYZ | 63.2 | 82.22 | 104.64 | - |
| YUV | 218.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 252 | 0.44 | 0 | 0 | 0.01 | 180 | 0.95 | 0.77 |
| Hex | 8C | FC | FC | 2C | 0 | 0 | 1 | B4 | 5F | 4D |
| Octal | 214 | 374 | 374 | 54 | 0 | 0 | 1 | 264 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11111100 | 101100 | 0 | 0 | 1 | 10110100 | 1011111 | 1001101 |
Color Harmonies of #8CFCFC
Complementary color
Monochromatic Colors of #8CFCFC
Black with #8CFCFC
Text Example
Text Example
White with #8CFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCFC; }
p { color: rgb(140,252,252); }
H1.HeaderClassName
{
color: #8CFCFC;
}
.AnyTagClassName
{
color: #8CFCFC;
}
</style>
background-color css
<style>
a { background-color: #8CFCFC; }
a { background-color: rgb(140,252,252); }
div.DivClassName
{
background-color: #8CFCFC;
}
.BgClassName
{
background-color: #8CFCFC;
}
</style>
border-color css
<style>
span { border-color: #8CFCFC; }
span { border-color: rgb(140,252,252); }
td.TdClassName
{
border-color: #8CFCFC;
}
.TagClassName
{
border-color: #8CFCFC;
}
</style>