Shades of Electric Blue #8AEBFA
Tints of Electric Blue #8AEBFA
RGB
CMYK
RGB Variations
Color information
#8AEBFA (or 0x8AEBFA) is known color: Electric Blue. HEX triplet: 8A, EB and FA. RGB value is (138,235,250). Sum of RGB (Red+Green+Blue) = 138+235+250=623 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.15% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AEBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBFA is #751405. Grayscale: #CFCFCF. Windows color (decimal): -7672838 or 16444298. OLE color: 16444298.
HSL color Cylindrical-coordinate representation of color #8AEBFA: hue angle of 188.04º degrees, saturation: 0.92, 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 #8AEBFA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 235 | 250 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.02 |
| HSL | 188.04º | 0.92% | 0.76% | - |
| HSV(B) | 188.04º | 0.45% | 0.98% | - |
| XYZ | 57.44 | 71.72 | 101.26 | - |
| YUV | 207.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 250 | 0.45 | 0.06 | 0 | 0.02 | 188.04 | 0.92 | 0.76 |
| Hex | 8A | EB | FA | 2D | 6 | 0 | 2 | BC | 5C | 4C |
| Octal | 212 | 353 | 372 | 55 | 6 | 0 | 2 | 274 | 134 | 114 |
| Binary | 10001010 | 11101011 | 11111010 | 101101 | 110 | 0 | 10 | 10111100 | 1011100 | 1001100 |
Color Harmonies of #8AEBFA
Complementary color
Monochromatic Colors of #8AEBFA
Black with #8AEBFA
Text Example
Text Example
White with #8AEBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEBFA; }
p { color: rgb(138,235,250); }
H1.HeaderClassName
{
color: #8AEBFA;
}
.AnyTagClassName
{
color: #8AEBFA;
}
</style>
background-color css
<style>
a { background-color: #8AEBFA; }
a { background-color: rgb(138,235,250); }
div.DivClassName
{
background-color: #8AEBFA;
}
.BgClassName
{
background-color: #8AEBFA;
}
</style>
border-color css
<style>
span { border-color: #8AEBFA; }
span { border-color: rgb(138,235,250); }
td.TdClassName
{
border-color: #8AEBFA;
}
.TagClassName
{
border-color: #8AEBFA;
}
</style>