Shades of Electric Blue #8BEBFF
Tints of Electric Blue #8BEBFF
RGB
CMYK
RGB Variations
Color information
#8BEBFF (or 0x8BEBFF) is known color: Electric Blue. HEX triplet: 8B, EB and FF. RGB value is (139,235,255). Sum of RGB (Red+Green+Blue) = 139+235+255=629 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.10% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEBFF is #741400. Grayscale: #D0D0D0. Windows color (decimal): -7607297 or 16771979. OLE color: 16771979.
HSL color Cylindrical-coordinate representation of color #8BEBFF: hue angle of 190.34º 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 #8BEBFF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 235 | 255 | - |
| CMYK | 0.45 | 0.08 | 0 | 0 |
| HSL | 190.34º | 1% | 0.77% | - |
| HSV(B) | 190.34º | 0.45% | 1% | - |
| XYZ | 58.41 | 72.13 | 105.45 | - |
| YUV | 208.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 255 | 0.45 | 0.08 | 0 | 0 | 190.34 | 1 | 0.77 |
| Hex | 8B | EB | FF | 2D | 8 | 0 | 0 | BE | 64 | 4D |
| Octal | 213 | 353 | 377 | 55 | 10 | 0 | 0 | 276 | 144 | 115 |
| Binary | 10001011 | 11101011 | 11111111 | 101101 | 1000 | 0 | 0 | 10111110 | 1100100 | 1001101 |
Color Harmonies of #8BEBFF
Complementary color
Monochromatic Colors of #8BEBFF
Black with #8BEBFF
Text Example
Text Example
White with #8BEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBFF; }
p { color: rgb(139,235,255); }
H1.HeaderClassName
{
color: #8BEBFF;
}
.AnyTagClassName
{
color: #8BEBFF;
}
</style>
background-color css
<style>
a { background-color: #8BEBFF; }
a { background-color: rgb(139,235,255); }
div.DivClassName
{
background-color: #8BEBFF;
}
.BgClassName
{
background-color: #8BEBFF;
}
</style>
border-color css
<style>
span { border-color: #8BEBFF; }
span { border-color: rgb(139,235,255); }
td.TdClassName
{
border-color: #8BEBFF;
}
.TagClassName
{
border-color: #8BEBFF;
}
</style>