Shades of Electric Blue #8BEFFB
Tints of Electric Blue #8BEFFB
RGB
CMYK
RGB Variations
Color information
#8BEFFB (or 0x8BEFFB) is known color: Electric Blue. HEX triplet: 8B, EF and FB. RGB value is (139,239,251). Sum of RGB (Red+Green+Blue) = 139+239+251=629 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.10% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFFB is #741004. Grayscale: #D2D2D2. Windows color (decimal): -7606277 or 16510859. OLE color: 16510859.
HSL color Cylindrical-coordinate representation of color #8BEFFB: hue angle of 186.43º 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 #8BEFFB is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 239 | 251 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.02 |
| HSL | 186.43º | 0.93% | 0.76% | - |
| HSV(B) | 186.43º | 0.45% | 0.98% | - |
| XYZ | 58.93 | 74.19 | 102.48 | - |
| YUV | 210.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 251 | 0.45 | 0.05 | 0 | 0.02 | 186.43 | 0.93 | 0.76 |
| Hex | 8B | EF | FB | 2D | 5 | 0 | 2 | BA | 5D | 4C |
| Octal | 213 | 357 | 373 | 55 | 5 | 0 | 2 | 272 | 135 | 114 |
| Binary | 10001011 | 11101111 | 11111011 | 101101 | 101 | 0 | 10 | 10111010 | 1011101 | 1001100 |
Color Harmonies of #8BEFFB
Complementary color
Monochromatic Colors of #8BEFFB
Black with #8BEFFB
Text Example
Text Example
White with #8BEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFFB; }
p { color: rgb(139,239,251); }
H1.HeaderClassName
{
color: #8BEFFB;
}
.AnyTagClassName
{
color: #8BEFFB;
}
</style>
background-color css
<style>
a { background-color: #8BEFFB; }
a { background-color: rgb(139,239,251); }
div.DivClassName
{
background-color: #8BEFFB;
}
.BgClassName
{
background-color: #8BEFFB;
}
</style>
border-color css
<style>
span { border-color: #8BEFFB; }
span { border-color: rgb(139,239,251); }
td.TdClassName
{
border-color: #8BEFFB;
}
.TagClassName
{
border-color: #8BEFFB;
}
</style>