Shades of Electric Blue #8BEAFD
Tints of Electric Blue #8BEAFD
RGB
CMYK
RGB Variations
Color information
#8BEAFD (or 0x8BEAFD) is known color: Electric Blue. HEX triplet: 8B, EA and FD. RGB value is (139,234,253). Sum of RGB (Red+Green+Blue) = 139+234+253=626 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.20% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAFD is #741502. Grayscale: #CFCFCF. Windows color (decimal): -7607555 or 16640651. OLE color: 16640651.
HSL color Cylindrical-coordinate representation of color #8BEAFD: hue angle of 190º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BEAFD is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 234 | 253 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.01 |
| HSL | 190º | 0.97% | 0.77% | - |
| HSV(B) | 190º | 0.45% | 0.99% | - |
| XYZ | 57.8 | 71.43 | 103.67 | - |
| YUV | 207.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 253 | 0.45 | 0.08 | 0 | 0.01 | 190 | 0.97 | 0.77 |
| Hex | 8B | EA | FD | 2D | 8 | 0 | 1 | BE | 61 | 4D |
| Octal | 213 | 352 | 375 | 55 | 10 | 0 | 1 | 276 | 141 | 115 |
| Binary | 10001011 | 11101010 | 11111101 | 101101 | 1000 | 0 | 1 | 10111110 | 1100001 | 1001101 |
Color Harmonies of #8BEAFD
Complementary color
Monochromatic Colors of #8BEAFD
Black with #8BEAFD
Text Example
Text Example
White with #8BEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAFD; }
p { color: rgb(139,234,253); }
H1.HeaderClassName
{
color: #8BEAFD;
}
.AnyTagClassName
{
color: #8BEAFD;
}
</style>
background-color css
<style>
a { background-color: #8BEAFD; }
a { background-color: rgb(139,234,253); }
div.DivClassName
{
background-color: #8BEAFD;
}
.BgClassName
{
background-color: #8BEAFD;
}
</style>
border-color css
<style>
span { border-color: #8BEAFD; }
span { border-color: rgb(139,234,253); }
td.TdClassName
{
border-color: #8BEAFD;
}
.TagClassName
{
border-color: #8BEAFD;
}
</style>