Shades of Electric Blue #8BF2FB
Tints of Electric Blue #8BF2FB
RGB
CMYK
RGB Variations
Color information
#8BF2FB (or 0x8BF2FB) is known color: Electric Blue. HEX triplet: 8B, F2 and FB. RGB value is (139,242,251). Sum of RGB (Red+Green+Blue) = 139+242+251=632 (83% of max value = 765). Red value is 139 (54.69% from 255 or 21.99% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BF2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF2FB is #740D04. Grayscale: #D4D4D4. Windows color (decimal): -7605509 or 16511627. OLE color: 16511627.
HSL color Cylindrical-coordinate representation of color #8BF2FB: hue angle of 184.82º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BF2FB is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 242 | 251 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.02 |
| HSL | 184.82º | 0.93% | 0.76% | - |
| HSV(B) | 184.82º | 0.45% | 0.98% | - |
| XYZ | 59.81 | 75.96 | 102.78 | - |
| YUV | 212.23 | 149.88 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 251 | 0.45 | 0.04 | 0 | 0.02 | 184.82 | 0.93 | 0.76 |
| Hex | 8B | F2 | FB | 2D | 4 | 0 | 2 | B9 | 5D | 4C |
| Octal | 213 | 362 | 373 | 55 | 4 | 0 | 2 | 271 | 135 | 114 |
| Binary | 10001011 | 11110010 | 11111011 | 101101 | 100 | 0 | 10 | 10111001 | 1011101 | 1001100 |
Color Harmonies of #8BF2FB
Complementary color
Monochromatic Colors of #8BF2FB
Black with #8BF2FB
Text Example
Text Example
White with #8BF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF2FB; }
p { color: rgb(139,242,251); }
H1.HeaderClassName
{
color: #8BF2FB;
}
.AnyTagClassName
{
color: #8BF2FB;
}
</style>
background-color css
<style>
a { background-color: #8BF2FB; }
a { background-color: rgb(139,242,251); }
div.DivClassName
{
background-color: #8BF2FB;
}
.BgClassName
{
background-color: #8BF2FB;
}
</style>
border-color css
<style>
span { border-color: #8BF2FB; }
span { border-color: rgb(139,242,251); }
td.TdClassName
{
border-color: #8BF2FB;
}
.TagClassName
{
border-color: #8BF2FB;
}
</style>