Shades of Electric Blue #8AF9EA
Tints of Electric Blue #8AF9EA
RGB
CMYK
RGB Variations
Color information
#8AF9EA (or 0x8AF9EA) is known color: Electric Blue. HEX triplet: 8A, F9 and EA. RGB value is (138,249,234). Sum of RGB (Red+Green+Blue) = 138+249+234=621 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.22% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF9EA is #750615. Grayscale: #D6D6D6. Windows color (decimal): -7669270 or 15399306. OLE color: 15399306.
HSL color Cylindrical-coordinate representation of color #8AF9EA: hue angle of 171.89º degrees, saturation: 0.9, 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 #8AF9EA is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 234 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.02 |
| HSL | 171.89º | 0.9% | 0.76% | - |
| HSV(B) | 171.89º | 0.45% | 0.98% | - |
| XYZ | 59.21 | 79.1 | 89.99 | - |
| YUV | 214.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 234 | 0.45 | 0 | 0.06 | 0.02 | 171.89 | 0.9 | 0.76 |
| Hex | 8A | F9 | EA | 2D | 0 | 6 | 2 | AC | 5A | 4C |
| Octal | 212 | 371 | 352 | 55 | 0 | 6 | 2 | 254 | 132 | 114 |
| Binary | 10001010 | 11111001 | 11101010 | 101101 | 0 | 110 | 10 | 10101100 | 1011010 | 1001100 |
Color Harmonies of #8AF9EA
Complementary color
Monochromatic Colors of #8AF9EA
Black with #8AF9EA
Text Example
Text Example
White with #8AF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF9EA; }
p { color: rgb(138,249,234); }
H1.HeaderClassName
{
color: #8AF9EA;
}
.AnyTagClassName
{
color: #8AF9EA;
}
</style>
background-color css
<style>
a { background-color: #8AF9EA; }
a { background-color: rgb(138,249,234); }
div.DivClassName
{
background-color: #8AF9EA;
}
.BgClassName
{
background-color: #8AF9EA;
}
</style>
border-color css
<style>
span { border-color: #8AF9EA; }
span { border-color: rgb(138,249,234); }
td.TdClassName
{
border-color: #8AF9EA;
}
.TagClassName
{
border-color: #8AF9EA;
}
</style>