Shades of Electric Blue #8AF2EC
Tints of Electric Blue #8AF2EC
RGB
CMYK
RGB Variations
Color information
#8AF2EC (or 0x8AF2EC) is known color: Electric Blue. HEX triplet: 8A, F2 and EC. RGB value is (138,242,236). Sum of RGB (Red+Green+Blue) = 138+242+236=616 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.40% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF2EC is #750D13. Grayscale: #D2D2D2. Windows color (decimal): -7671060 or 15528586. OLE color: 15528586.
HSL color Cylindrical-coordinate representation of color #8AF2EC: hue angle of 176.54º degrees, saturation: 0.8, 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 #8AF2EC is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 236 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.05 |
| HSL | 176.54º | 0.8% | 0.75% | - |
| HSV(B) | 176.54º | 0.43% | 0.95% | - |
| XYZ | 57.37 | 74.96 | 90.8 | - |
| YUV | 210.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 236 | 0.43 | 0 | 0.02 | 0.05 | 176.54 | 0.8 | 0.75 |
| Hex | 8A | F2 | EC | 2B | 0 | 2 | 5 | B1 | 50 | 4B |
| Octal | 212 | 362 | 354 | 53 | 0 | 2 | 5 | 261 | 120 | 113 |
| Binary | 10001010 | 11110010 | 11101100 | 101011 | 0 | 10 | 101 | 10110001 | 1010000 | 1001011 |
Color Harmonies of #8AF2EC
Complementary color
Monochromatic Colors of #8AF2EC
Black with #8AF2EC
Text Example
Text Example
White with #8AF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF2EC; }
p { color: rgb(138,242,236); }
H1.HeaderClassName
{
color: #8AF2EC;
}
.AnyTagClassName
{
color: #8AF2EC;
}
</style>
background-color css
<style>
a { background-color: #8AF2EC; }
a { background-color: rgb(138,242,236); }
div.DivClassName
{
background-color: #8AF2EC;
}
.BgClassName
{
background-color: #8AF2EC;
}
</style>
border-color css
<style>
span { border-color: #8AF2EC; }
span { border-color: rgb(138,242,236); }
td.TdClassName
{
border-color: #8AF2EC;
}
.TagClassName
{
border-color: #8AF2EC;
}
</style>