Shades of Electric Blue #8AF5EC
Tints of Electric Blue #8AF5EC
RGB
CMYK
RGB Variations
Color information
#8AF5EC (or 0x8AF5EC) is known color: Electric Blue. HEX triplet: 8A, F5 and EC. RGB value is (138,245,236). Sum of RGB (Red+Green+Blue) = 138+245+236=619 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.29% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF5EC is #750A13. Grayscale: #D3D3D3. Windows color (decimal): -7670292 or 15529354. OLE color: 15529354.
HSL color Cylindrical-coordinate representation of color #8AF5EC: hue angle of 174.95º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5EC is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 236 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.04 |
| HSL | 174.95º | 0.84% | 0.75% | - |
| HSV(B) | 174.95º | 0.44% | 0.96% | - |
| XYZ | 58.27 | 76.76 | 91.1 | - |
| YUV | 211.98 | 141.55 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 236 | 0.44 | 0 | 0.04 | 0.04 | 174.95 | 0.84 | 0.75 |
| Hex | 8A | F5 | EC | 2C | 0 | 4 | 4 | AF | 54 | 4B |
| Octal | 212 | 365 | 354 | 54 | 0 | 4 | 4 | 257 | 124 | 113 |
| Binary | 10001010 | 11110101 | 11101100 | 101100 | 0 | 100 | 100 | 10101111 | 1010100 | 1001011 |
Color Harmonies of #8AF5EC
Complementary color
Monochromatic Colors of #8AF5EC
Black with #8AF5EC
Text Example
Text Example
White with #8AF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF5EC; }
p { color: rgb(138,245,236); }
H1.HeaderClassName
{
color: #8AF5EC;
}
.AnyTagClassName
{
color: #8AF5EC;
}
</style>
background-color css
<style>
a { background-color: #8AF5EC; }
a { background-color: rgb(138,245,236); }
div.DivClassName
{
background-color: #8AF5EC;
}
.BgClassName
{
background-color: #8AF5EC;
}
</style>
border-color css
<style>
span { border-color: #8AF5EC; }
span { border-color: rgb(138,245,236); }
td.TdClassName
{
border-color: #8AF5EC;
}
.TagClassName
{
border-color: #8AF5EC;
}
</style>