Shades of Electric Blue #8BFFFE
Tints of Electric Blue #8BFFFE
RGB
CMYK
RGB Variations
Color information
#8BFFFE (or 0x8BFFFE) is known color: Electric Blue. HEX triplet: 8B, FF and FE. RGB value is (139,255,254). Sum of RGB (Red+Green+Blue) = 139+255+254=648 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.45% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFFFE is #740001. Grayscale: #DCDCDC. Windows color (decimal): -7602178 or 16711563. OLE color: 16711563.
HSL color Cylindrical-coordinate representation of color #8BFFFE: 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 #8BFFFE is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 254 | - |
| CMYK | 0.45 | 0 | 0.00 | 0 |
| HSL | 179.48º | 1% | 0.77% | - |
| HSV(B) | 179.48º | 0.45% | 1% | - |
| XYZ | 64.3 | 84.16 | 106.62 | - |
| YUV | 220.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 254 | 0.45 | 0 | 0.00 | 0 | 179.48 | 1 | 0.77 |
| Hex | 8B | FF | FE | 2D | 0 | 0 | 0 | B3 | 64 | 4D |
| Octal | 213 | 377 | 376 | 55 | 0 | 0 | 0 | 263 | 144 | 115 |
| Binary | 10001011 | 11111111 | 11111110 | 101101 | 0 | 0 | 0 | 10110011 | 1100100 | 1001101 |
Color Harmonies of #8BFFFE
Complementary color
Monochromatic Colors of #8BFFFE
Black with #8BFFFE
Text Example
Text Example
White with #8BFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFFFE; }
p { color: rgb(139,255,254); }
H1.HeaderClassName
{
color: #8BFFFE;
}
.AnyTagClassName
{
color: #8BFFFE;
}
</style>
background-color css
<style>
a { background-color: #8BFFFE; }
a { background-color: rgb(139,255,254); }
div.DivClassName
{
background-color: #8BFFFE;
}
.BgClassName
{
background-color: #8BFFFE;
}
</style>
border-color css
<style>
span { border-color: #8BFFFE; }
span { border-color: rgb(139,255,254); }
td.TdClassName
{
border-color: #8BFFFE;
}
.TagClassName
{
border-color: #8BFFFE;
}
</style>