Shades of Electric Blue #8BEBFA
Tints of Electric Blue #8BEBFA
RGB
CMYK
RGB Variations
Color information
#8BEBFA (or 0x8BEBFA) is known color: Electric Blue. HEX triplet: 8B, EB and FA. RGB value is (139,235,250). Sum of RGB (Red+Green+Blue) = 139+235+250=624 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.28% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BEBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEBFA is #741405. Grayscale: #CFCFCF. Windows color (decimal): -7607302 or 16444299. OLE color: 16444299.
HSL color Cylindrical-coordinate representation of color #8BEBFA: hue angle of 188.11º 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 #8BEBFA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 235 | 250 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.02 |
| HSL | 188.11º | 0.92% | 0.76% | - |
| HSV(B) | 188.11º | 0.44% | 0.98% | - |
| XYZ | 57.61 | 71.81 | 101.27 | - |
| YUV | 208.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 250 | 0.44 | 0.06 | 0 | 0.02 | 188.11 | 0.92 | 0.76 |
| Hex | 8B | EB | FA | 2C | 6 | 0 | 2 | BC | 5C | 4C |
| Octal | 213 | 353 | 372 | 54 | 6 | 0 | 2 | 274 | 134 | 114 |
| Binary | 10001011 | 11101011 | 11111010 | 101100 | 110 | 0 | 10 | 10111100 | 1011100 | 1001100 |
Color Harmonies of #8BEBFA
Complementary color
Monochromatic Colors of #8BEBFA
Black with #8BEBFA
Text Example
Text Example
White with #8BEBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBFA; }
p { color: rgb(139,235,250); }
H1.HeaderClassName
{
color: #8BEBFA;
}
.AnyTagClassName
{
color: #8BEBFA;
}
</style>
background-color css
<style>
a { background-color: #8BEBFA; }
a { background-color: rgb(139,235,250); }
div.DivClassName
{
background-color: #8BEBFA;
}
.BgClassName
{
background-color: #8BEBFA;
}
</style>
border-color css
<style>
span { border-color: #8BEBFA; }
span { border-color: rgb(139,235,250); }
td.TdClassName
{
border-color: #8BEBFA;
}
.TagClassName
{
border-color: #8BEBFA;
}
</style>