Shades of Electric Blue #8BEAFE
Tints of Electric Blue #8BEAFE
RGB
CMYK
RGB Variations
Color information
#8BEAFE (or 0x8BEAFE) is known color: Electric Blue. HEX triplet: 8B, EA and FE. RGB value is (139,234,254). Sum of RGB (Red+Green+Blue) = 139+234+254=627 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.17% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAFE is #741501. Grayscale: #CFCFCF. Windows color (decimal): -7607554 or 16706187. OLE color: 16706187.
HSL color Cylindrical-coordinate representation of color #8BEAFE: hue angle of 190.43º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BEAFE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 234 | 254 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.00 |
| HSL | 190.43º | 0.98% | 0.77% | - |
| HSV(B) | 190.43º | 0.45% | 1% | - |
| XYZ | 57.96 | 71.49 | 104.51 | - |
| YUV | 207.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 254 | 0.45 | 0.08 | 0 | 0.00 | 190.43 | 0.98 | 0.77 |
| Hex | 8B | EA | FE | 2D | 8 | 0 | 0 | BE | 62 | 4D |
| Octal | 213 | 352 | 376 | 55 | 10 | 0 | 0 | 276 | 142 | 115 |
| Binary | 10001011 | 11101010 | 11111110 | 101101 | 1000 | 0 | 0 | 10111110 | 1100010 | 1001101 |
Color Harmonies of #8BEAFE
Complementary color
Monochromatic Colors of #8BEAFE
Black with #8BEAFE
Text Example
Text Example
White with #8BEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAFE; }
p { color: rgb(139,234,254); }
H1.HeaderClassName
{
color: #8BEAFE;
}
.AnyTagClassName
{
color: #8BEAFE;
}
</style>
background-color css
<style>
a { background-color: #8BEAFE; }
a { background-color: rgb(139,234,254); }
div.DivClassName
{
background-color: #8BEAFE;
}
.BgClassName
{
background-color: #8BEAFE;
}
</style>
border-color css
<style>
span { border-color: #8BEAFE; }
span { border-color: rgb(139,234,254); }
td.TdClassName
{
border-color: #8BEAFE;
}
.TagClassName
{
border-color: #8BEAFE;
}
</style>