Shades of Electric Blue #8CFFFE
Tints of Electric Blue #8CFFFE
RGB
CMYK
RGB Variations
Color information
#8CFFFE (or 0x8CFFFE) is known color: Electric Blue. HEX triplet: 8C, FF and FE. RGB value is (140,255,254). Sum of RGB (Red+Green+Blue) = 140+255+254=649 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.57% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFFE is #730001. Grayscale: #DCDCDC. Windows color (decimal): -7536642 or 16711564. OLE color: 16711564.
HSL color Cylindrical-coordinate representation of color #8CFFFE: hue angle of 179.48º 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 #8CFFFE is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 254 | - |
| CMYK | 0.45 | 0 | 0.00 | 0 |
| HSL | 179.48º | 1% | 0.77% | - |
| HSV(B) | 179.48º | 0.45% | 1% | - |
| XYZ | 64.46 | 84.25 | 106.63 | - |
| YUV | 220.5 | 146.9 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 254 | 0.45 | 0 | 0.00 | 0 | 179.48 | 1 | 0.77 |
| Hex | 8C | FF | FE | 2D | 0 | 0 | 0 | B3 | 64 | 4D |
| Octal | 214 | 377 | 376 | 55 | 0 | 0 | 0 | 263 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11111110 | 101101 | 0 | 0 | 0 | 10110011 | 1100100 | 1001101 |
Color Harmonies of #8CFFFE
Complementary color
Monochromatic Colors of #8CFFFE
Black with #8CFFFE
Text Example
Text Example
White with #8CFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFFE; }
p { color: rgb(140,255,254); }
H1.HeaderClassName
{
color: #8CFFFE;
}
.AnyTagClassName
{
color: #8CFFFE;
}
</style>
background-color css
<style>
a { background-color: #8CFFFE; }
a { background-color: rgb(140,255,254); }
div.DivClassName
{
background-color: #8CFFFE;
}
.BgClassName
{
background-color: #8CFFFE;
}
</style>
border-color css
<style>
span { border-color: #8CFFFE; }
span { border-color: rgb(140,255,254); }
td.TdClassName
{
border-color: #8CFFFE;
}
.TagClassName
{
border-color: #8CFFFE;
}
</style>