Shades of Electric Blue #8BFBFF
Tints of Electric Blue #8BFBFF
RGB
CMYK
RGB Variations
Color information
#8BFBFF (or 0x8BFBFF) is known color: Electric Blue. HEX triplet: 8B, FB and FF. RGB value is (139,251,255). Sum of RGB (Red+Green+Blue) = 139+251+255=645 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.55% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFBFF is #740400. Grayscale: #D9D9D9. Windows color (decimal): -7603201 or 16776075. OLE color: 16776075.
HSL color Cylindrical-coordinate representation of color #8BFBFF: hue angle of 182.07º 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 #8BFBFF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 251 | 255 | - |
| CMYK | 0.45 | 0.02 | 0 | 0 |
| HSL | 182.07º | 1% | 0.77% | - |
| HSV(B) | 182.07º | 0.45% | 1% | - |
| XYZ | 63.19 | 81.7 | 107.05 | - |
| YUV | 217.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 255 | 0.45 | 0.02 | 0 | 0 | 182.07 | 1 | 0.77 |
| Hex | 8B | FB | FF | 2D | 2 | 0 | 0 | B6 | 64 | 4D |
| Octal | 213 | 373 | 377 | 55 | 2 | 0 | 0 | 266 | 144 | 115 |
| Binary | 10001011 | 11111011 | 11111111 | 101101 | 10 | 0 | 0 | 10110110 | 1100100 | 1001101 |
Color Harmonies of #8BFBFF
Complementary color
Monochromatic Colors of #8BFBFF
Black with #8BFBFF
Text Example
Text Example
White with #8BFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFBFF; }
p { color: rgb(139,251,255); }
H1.HeaderClassName
{
color: #8BFBFF;
}
.AnyTagClassName
{
color: #8BFBFF;
}
</style>
background-color css
<style>
a { background-color: #8BFBFF; }
a { background-color: rgb(139,251,255); }
div.DivClassName
{
background-color: #8BFBFF;
}
.BgClassName
{
background-color: #8BFBFF;
}
</style>
border-color css
<style>
span { border-color: #8BFBFF; }
span { border-color: rgb(139,251,255); }
td.TdClassName
{
border-color: #8BFBFF;
}
.TagClassName
{
border-color: #8BFBFF;
}
</style>