Shades of Electric Blue #8AEBF3
Tints of Electric Blue #8AEBF3
RGB
CMYK
RGB Variations
Color information
#8AEBF3 (or 0x8AEBF3) is known color: Electric Blue. HEX triplet: 8A, EB and F3. RGB value is (138,235,243). Sum of RGB (Red+Green+Blue) = 138+235+243=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #8AEBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEBF3 is #75140C. Grayscale: #CECECE. Windows color (decimal): -7672845 or 15985546. OLE color: 15985546.
HSL color Cylindrical-coordinate representation of color #8AEBF3: hue angle of 184.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AEBF3 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 235 | 243 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.05 |
| HSL | 184.57º | 0.81% | 0.75% | - |
| HSV(B) | 184.57º | 0.43% | 0.95% | - |
| XYZ | 56.37 | 71.29 | 95.58 | - |
| YUV | 206.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 243 | 0.43 | 0.03 | 0 | 0.05 | 184.57 | 0.81 | 0.75 |
| Hex | 8A | EB | F3 | 2B | 3 | 0 | 5 | B9 | 51 | 4B |
| Octal | 212 | 353 | 363 | 53 | 3 | 0 | 5 | 271 | 121 | 113 |
| Binary | 10001010 | 11101011 | 11110011 | 101011 | 11 | 0 | 101 | 10111001 | 1010001 | 1001011 |
Color Harmonies of #8AEBF3
Complementary color
Monochromatic Colors of #8AEBF3
Black with #8AEBF3
Text Example
Text Example
White with #8AEBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEBF3; }
p { color: rgb(138,235,243); }
H1.HeaderClassName
{
color: #8AEBF3;
}
.AnyTagClassName
{
color: #8AEBF3;
}
</style>
background-color css
<style>
a { background-color: #8AEBF3; }
a { background-color: rgb(138,235,243); }
div.DivClassName
{
background-color: #8AEBF3;
}
.BgClassName
{
background-color: #8AEBF3;
}
</style>
border-color css
<style>
span { border-color: #8AEBF3; }
span { border-color: rgb(138,235,243); }
td.TdClassName
{
border-color: #8AEBF3;
}
.TagClassName
{
border-color: #8AEBF3;
}
</style>