Shades of Electric Blue #8BFAFE
Tints of Electric Blue #8BFAFE
RGB
CMYK
RGB Variations
Color information
#8BFAFE (or 0x8BFAFE) is known color: Electric Blue. HEX triplet: 8B, FA and FE. RGB value is (139,250,254). Sum of RGB (Red+Green+Blue) = 139+250+254=643 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.62% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAFE is #740501. Grayscale: #D9D9D9. Windows color (decimal): -7603458 or 16710283. OLE color: 16710283.
HSL color Cylindrical-coordinate representation of color #8BFAFE: hue angle of 182.09º 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 #8BFAFE is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 250 | 254 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.00 |
| HSL | 182.09º | 0.98% | 0.77% | - |
| HSV(B) | 182.09º | 0.45% | 1% | - |
| XYZ | 62.72 | 81.02 | 106.1 | - |
| YUV | 217.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 254 | 0.45 | 0.02 | 0 | 0.00 | 182.09 | 0.98 | 0.77 |
| Hex | 8B | FA | FE | 2D | 2 | 0 | 0 | B6 | 62 | 4D |
| Octal | 213 | 372 | 376 | 55 | 2 | 0 | 0 | 266 | 142 | 115 |
| Binary | 10001011 | 11111010 | 11111110 | 101101 | 10 | 0 | 0 | 10110110 | 1100010 | 1001101 |
Color Harmonies of #8BFAFE
Complementary color
Monochromatic Colors of #8BFAFE
Black with #8BFAFE
Text Example
Text Example
White with #8BFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAFE; }
p { color: rgb(139,250,254); }
H1.HeaderClassName
{
color: #8BFAFE;
}
.AnyTagClassName
{
color: #8BFAFE;
}
</style>
background-color css
<style>
a { background-color: #8BFAFE; }
a { background-color: rgb(139,250,254); }
div.DivClassName
{
background-color: #8BFAFE;
}
.BgClassName
{
background-color: #8BFAFE;
}
</style>
border-color css
<style>
span { border-color: #8BFAFE; }
span { border-color: rgb(139,250,254); }
td.TdClassName
{
border-color: #8BFAFE;
}
.TagClassName
{
border-color: #8BFAFE;
}
</style>