Shades of Electric Blue #8CFEFA
Tints of Electric Blue #8CFEFA
RGB
CMYK
RGB Variations
Color information
#8CFEFA (or 0x8CFEFA) is known color: Electric Blue. HEX triplet: 8C, FE and FA. RGB value is (140,254,250). Sum of RGB (Red+Green+Blue) = 140+254+250=644 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.74% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEFA is #730105. Grayscale: #DBDBDB. Windows color (decimal): -7536902 or 16449164. OLE color: 16449164.
HSL color Cylindrical-coordinate representation of color #8CFEFA: hue angle of 177.89º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEFA is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 250 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.00 |
| HSL | 177.89º | 0.98% | 0.77% | - |
| HSV(B) | 177.89º | 0.45% | 1% | - |
| XYZ | 63.51 | 83.36 | 103.19 | - |
| YUV | 219.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 250 | 0.45 | 0 | 0.02 | 0.00 | 177.89 | 0.98 | 0.77 |
| Hex | 8C | FE | FA | 2D | 0 | 2 | 0 | B2 | 62 | 4D |
| Octal | 214 | 376 | 372 | 55 | 0 | 2 | 0 | 262 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11111010 | 101101 | 0 | 10 | 0 | 10110010 | 1100010 | 1001101 |
Color Harmonies of #8CFEFA
Complementary color
Monochromatic Colors of #8CFEFA
Black with #8CFEFA
Text Example
Text Example
White with #8CFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEFA; }
p { color: rgb(140,254,250); }
H1.HeaderClassName
{
color: #8CFEFA;
}
.AnyTagClassName
{
color: #8CFEFA;
}
</style>
background-color css
<style>
a { background-color: #8CFEFA; }
a { background-color: rgb(140,254,250); }
div.DivClassName
{
background-color: #8CFEFA;
}
.BgClassName
{
background-color: #8CFEFA;
}
</style>
border-color css
<style>
span { border-color: #8CFEFA; }
span { border-color: rgb(140,254,250); }
td.TdClassName
{
border-color: #8CFEFA;
}
.TagClassName
{
border-color: #8CFEFA;
}
</style>