Shades of Electric Blue #8CFFFB
Tints of Electric Blue #8CFFFB
RGB
CMYK
RGB Variations
Color information
#8CFFFB (or 0x8CFFFB) is known color: Electric Blue. HEX triplet: 8C, FF and FB. RGB value is (140,255,251). Sum of RGB (Red+Green+Blue) = 140+255+251=646 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.67% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFFB is #730004. Grayscale: #DCDCDC. Windows color (decimal): -7536645 or 16514956. OLE color: 16514956.
HSL color Cylindrical-coordinate representation of color #8CFFFB: hue angle of 177.91º 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 #8CFFFB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 251 | - |
| CMYK | 0.45 | 0 | 0.02 | 0 |
| HSL | 177.91º | 1% | 0.77% | - |
| HSV(B) | 177.91º | 0.45% | 1% | - |
| XYZ | 63.99 | 84.06 | 104.12 | - |
| YUV | 220.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 251 | 0.45 | 0 | 0.02 | 0 | 177.91 | 1 | 0.77 |
| Hex | 8C | FF | FB | 2D | 0 | 2 | 0 | B2 | 64 | 4D |
| Octal | 214 | 377 | 373 | 55 | 0 | 2 | 0 | 262 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11111011 | 101101 | 0 | 10 | 0 | 10110010 | 1100100 | 1001101 |
Color Harmonies of #8CFFFB
Complementary color
Monochromatic Colors of #8CFFFB
Black with #8CFFFB
Text Example
Text Example
White with #8CFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFFB; }
p { color: rgb(140,255,251); }
H1.HeaderClassName
{
color: #8CFFFB;
}
.AnyTagClassName
{
color: #8CFFFB;
}
</style>
background-color css
<style>
a { background-color: #8CFFFB; }
a { background-color: rgb(140,255,251); }
div.DivClassName
{
background-color: #8CFFFB;
}
.BgClassName
{
background-color: #8CFFFB;
}
</style>
border-color css
<style>
span { border-color: #8CFFFB; }
span { border-color: rgb(140,255,251); }
td.TdClassName
{
border-color: #8CFFFB;
}
.TagClassName
{
border-color: #8CFFFB;
}
</style>