Shades of Electric Blue #8BFFFF
Tints of Electric Blue #8BFFFF
RGB
CMYK
RGB Variations
Color information
#8BFFFF (or 0x8BFFFF) is known color: Electric Blue. HEX triplet: 8B, FF and FF. RGB value is (139,255,255). Sum of RGB (Red+Green+Blue) = 139+255+255=649 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.42% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #8BFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFFFF is #740000. Grayscale: #DCDCDC. Windows color (decimal): -7602177 or 16777099. OLE color: 16777099.
HSL color Cylindrical-coordinate representation of color #8BFFFF: hue angle of 180º 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 #8BFFFF is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 255 | - |
| CMYK | 0.45 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.77% | - |
| HSV(B) | 180º | 0.45% | 1% | - |
| XYZ | 64.46 | 84.23 | 107.47 | - |
| YUV | 220.32 | 147.57 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 255 | 0.45 | 0 | 0 | 0 | 180 | 1 | 0.77 |
| Hex | 8B | FF | FF | 2D | 0 | 0 | 0 | B4 | 64 | 4D |
| Octal | 213 | 377 | 377 | 55 | 0 | 0 | 0 | 264 | 144 | 115 |
| Binary | 10001011 | 11111111 | 11111111 | 101101 | 0 | 0 | 0 | 10110100 | 1100100 | 1001101 |
Color Harmonies of #8BFFFF
Complementary color
Monochromatic Colors of #8BFFFF
Black with #8BFFFF
Text Example
Text Example
White with #8BFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFFFF; }
p { color: rgb(139,255,255); }
H1.HeaderClassName
{
color: #8BFFFF;
}
.AnyTagClassName
{
color: #8BFFFF;
}
</style>
background-color css
<style>
a { background-color: #8BFFFF; }
a { background-color: rgb(139,255,255); }
div.DivClassName
{
background-color: #8BFFFF;
}
.BgClassName
{
background-color: #8BFFFF;
}
</style>
border-color css
<style>
span { border-color: #8BFFFF; }
span { border-color: rgb(139,255,255); }
td.TdClassName
{
border-color: #8BFFFF;
}
.TagClassName
{
border-color: #8BFFFF;
}
</style>