Shades of Electric Blue #8CF0FE
Tints of Electric Blue #8CF0FE
RGB
CMYK
RGB Variations
Color information
#8CF0FE (or 0x8CF0FE) is known color: Electric Blue. HEX triplet: 8C, F0 and FE. RGB value is (140,240,254). Sum of RGB (Red+Green+Blue) = 140+240+254=634 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.08% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0FE is #730F01. Grayscale: #D3D3D3. Windows color (decimal): -7540482 or 16707724. OLE color: 16707724.
HSL color Cylindrical-coordinate representation of color #8CF0FE: hue angle of 187.37º 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 #8CF0FE is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 240 | 254 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.00 |
| HSL | 187.37º | 0.98% | 0.77% | - |
| HSV(B) | 187.37º | 0.45% | 1% | - |
| XYZ | 59.86 | 75.05 | 105.1 | - |
| YUV | 211.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 254 | 0.45 | 0.06 | 0 | 0.00 | 187.37 | 0.98 | 0.77 |
| Hex | 8C | F0 | FE | 2D | 6 | 0 | 0 | BB | 62 | 4D |
| Octal | 214 | 360 | 376 | 55 | 6 | 0 | 0 | 273 | 142 | 115 |
| Binary | 10001100 | 11110000 | 11111110 | 101101 | 110 | 0 | 0 | 10111011 | 1100010 | 1001101 |
Color Harmonies of #8CF0FE
Complementary color
Monochromatic Colors of #8CF0FE
Black with #8CF0FE
Text Example
Text Example
White with #8CF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF0FE; }
p { color: rgb(140,240,254); }
H1.HeaderClassName
{
color: #8CF0FE;
}
.AnyTagClassName
{
color: #8CF0FE;
}
</style>
background-color css
<style>
a { background-color: #8CF0FE; }
a { background-color: rgb(140,240,254); }
div.DivClassName
{
background-color: #8CF0FE;
}
.BgClassName
{
background-color: #8CF0FE;
}
</style>
border-color css
<style>
span { border-color: #8CF0FE; }
span { border-color: rgb(140,240,254); }
td.TdClassName
{
border-color: #8CF0FE;
}
.TagClassName
{
border-color: #8CF0FE;
}
</style>