Shades of Electric Blue #8AF3EC
Tints of Electric Blue #8AF3EC
RGB
CMYK
RGB Variations
Color information
#8AF3EC (or 0x8AF3EC) is known color: Electric Blue. HEX triplet: 8A, F3 and EC. RGB value is (138,243,236). Sum of RGB (Red+Green+Blue) = 138+243+236=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF3EC is #750C13. Grayscale: #D2D2D2. Windows color (decimal): -7670804 or 15528842. OLE color: 15528842.
HSL color Cylindrical-coordinate representation of color #8AF3EC: hue angle of 176º 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 #8AF3EC is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 236 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.05 |
| HSL | 176º | 0.81% | 0.75% | - |
| HSV(B) | 176º | 0.43% | 0.95% | - |
| XYZ | 57.67 | 75.56 | 90.9 | - |
| YUV | 210.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 236 | 0.43 | 0 | 0.03 | 0.05 | 176 | 0.81 | 0.75 |
| Hex | 8A | F3 | EC | 2B | 0 | 3 | 5 | B0 | 51 | 4B |
| Octal | 212 | 363 | 354 | 53 | 0 | 3 | 5 | 260 | 121 | 113 |
| Binary | 10001010 | 11110011 | 11101100 | 101011 | 0 | 11 | 101 | 10110000 | 1010001 | 1001011 |
Color Harmonies of #8AF3EC
Complementary color
Monochromatic Colors of #8AF3EC
Black with #8AF3EC
Text Example
Text Example
White with #8AF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF3EC; }
p { color: rgb(138,243,236); }
H1.HeaderClassName
{
color: #8AF3EC;
}
.AnyTagClassName
{
color: #8AF3EC;
}
</style>
background-color css
<style>
a { background-color: #8AF3EC; }
a { background-color: rgb(138,243,236); }
div.DivClassName
{
background-color: #8AF3EC;
}
.BgClassName
{
background-color: #8AF3EC;
}
</style>
border-color css
<style>
span { border-color: #8AF3EC; }
span { border-color: rgb(138,243,236); }
td.TdClassName
{
border-color: #8AF3EC;
}
.TagClassName
{
border-color: #8AF3EC;
}
</style>