Shades of Electric Blue #8BFAFF
Tints of Electric Blue #8BFAFF
RGB
CMYK
RGB Variations
Color information
#8BFAFF (or 0x8BFAFF) is known color: Electric Blue. HEX triplet: 8B, FA and FF. RGB value is (139,250,255). Sum of RGB (Red+Green+Blue) = 139+250+255=644 (85% of max value = 765). Red value is 139 (54.69% from 255 or 21.58% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFAFF is #740500. Grayscale: #D9D9D9. Windows color (decimal): -7603457 or 16775819. OLE color: 16775819.
HSL color Cylindrical-coordinate representation of color #8BFAFF: hue angle of 182.59º 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 #8BFAFF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 250 | 255 | - |
| CMYK | 0.45 | 0.02 | 0 | 0 |
| HSL | 182.59º | 1% | 0.77% | - |
| HSV(B) | 182.59º | 0.45% | 1% | - |
| XYZ | 62.88 | 81.08 | 106.94 | - |
| YUV | 217.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 255 | 0.45 | 0.02 | 0 | 0 | 182.59 | 1 | 0.77 |
| Hex | 8B | FA | FF | 2D | 2 | 0 | 0 | B7 | 64 | 4D |
| Octal | 213 | 372 | 377 | 55 | 2 | 0 | 0 | 267 | 144 | 115 |
| Binary | 10001011 | 11111010 | 11111111 | 101101 | 10 | 0 | 0 | 10110111 | 1100100 | 1001101 |
Color Harmonies of #8BFAFF
Complementary color
Monochromatic Colors of #8BFAFF
Black with #8BFAFF
Text Example
Text Example
White with #8BFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAFF; }
p { color: rgb(139,250,255); }
H1.HeaderClassName
{
color: #8BFAFF;
}
.AnyTagClassName
{
color: #8BFAFF;
}
</style>
background-color css
<style>
a { background-color: #8BFAFF; }
a { background-color: rgb(139,250,255); }
div.DivClassName
{
background-color: #8BFAFF;
}
.BgClassName
{
background-color: #8BFAFF;
}
</style>
border-color css
<style>
span { border-color: #8BFAFF; }
span { border-color: rgb(139,250,255); }
td.TdClassName
{
border-color: #8BFAFF;
}
.TagClassName
{
border-color: #8BFAFF;
}
</style>