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