Shades of Electric Blue #8BF0FA
Tints of Electric Blue #8BF0FA
RGB
CMYK
RGB Variations
Color information
#8BF0FA (or 0x8BF0FA) is known color: Electric Blue. HEX triplet: 8B, F0 and FA. RGB value is (139,240,250). Sum of RGB (Red+Green+Blue) = 139+240+250=629 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.10% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF0FA is #740F05. Grayscale: #D2D2D2. Windows color (decimal): -7606022 or 16445579. OLE color: 16445579.
HSL color Cylindrical-coordinate representation of color #8BF0FA: hue angle of 185.41º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF0FA is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 240 | 250 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.02 |
| HSL | 185.41º | 0.92% | 0.76% | - |
| HSV(B) | 185.41º | 0.44% | 0.98% | - |
| XYZ | 59.06 | 74.71 | 101.75 | - |
| YUV | 210.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 250 | 0.44 | 0.04 | 0 | 0.02 | 185.41 | 0.92 | 0.76 |
| Hex | 8B | F0 | FA | 2C | 4 | 0 | 2 | B9 | 5C | 4C |
| Octal | 213 | 360 | 372 | 54 | 4 | 0 | 2 | 271 | 134 | 114 |
| Binary | 10001011 | 11110000 | 11111010 | 101100 | 100 | 0 | 10 | 10111001 | 1011100 | 1001100 |
Color Harmonies of #8BF0FA
Complementary color
Monochromatic Colors of #8BF0FA
Black with #8BF0FA
Text Example
Text Example
White with #8BF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0FA; }
p { color: rgb(139,240,250); }
H1.HeaderClassName
{
color: #8BF0FA;
}
.AnyTagClassName
{
color: #8BF0FA;
}
</style>
background-color css
<style>
a { background-color: #8BF0FA; }
a { background-color: rgb(139,240,250); }
div.DivClassName
{
background-color: #8BF0FA;
}
.BgClassName
{
background-color: #8BF0FA;
}
</style>
border-color css
<style>
span { border-color: #8BF0FA; }
span { border-color: rgb(139,240,250); }
td.TdClassName
{
border-color: #8BF0FA;
}
.TagClassName
{
border-color: #8BF0FA;
}
</style>