Shades of Electric Blue #8AF6ED
Tints of Electric Blue #8AF6ED
RGB
CMYK
RGB Variations
Color information
#8AF6ED (or 0x8AF6ED) is known color: Electric Blue. HEX triplet: 8A, F6 and ED. RGB value is (138,246,237). Sum of RGB (Red+Green+Blue) = 138+246+237=621 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.22% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF6ED is #750912. Grayscale: #D4D4D4. Windows color (decimal): -7670035 or 15595146. OLE color: 15595146.
HSL color Cylindrical-coordinate representation of color #8AF6ED: hue angle of 175º degrees, saturation: 0.86, 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 #8AF6ED is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 237 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.04 |
| HSL | 175º | 0.86% | 0.75% | - |
| HSV(B) | 175º | 0.44% | 0.96% | - |
| XYZ | 58.72 | 77.43 | 91.97 | - |
| YUV | 212.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 237 | 0.44 | 0 | 0.04 | 0.04 | 175 | 0.86 | 0.75 |
| Hex | 8A | F6 | ED | 2C | 0 | 4 | 4 | AF | 56 | 4B |
| Octal | 212 | 366 | 355 | 54 | 0 | 4 | 4 | 257 | 126 | 113 |
| Binary | 10001010 | 11110110 | 11101101 | 101100 | 0 | 100 | 100 | 10101111 | 1010110 | 1001011 |
Color Harmonies of #8AF6ED
Complementary color
Monochromatic Colors of #8AF6ED
Black with #8AF6ED
Text Example
Text Example
White with #8AF6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF6ED; }
p { color: rgb(138,246,237); }
H1.HeaderClassName
{
color: #8AF6ED;
}
.AnyTagClassName
{
color: #8AF6ED;
}
</style>
background-color css
<style>
a { background-color: #8AF6ED; }
a { background-color: rgb(138,246,237); }
div.DivClassName
{
background-color: #8AF6ED;
}
.BgClassName
{
background-color: #8AF6ED;
}
</style>
border-color css
<style>
span { border-color: #8AF6ED; }
span { border-color: rgb(138,246,237); }
td.TdClassName
{
border-color: #8AF6ED;
}
.TagClassName
{
border-color: #8AF6ED;
}
</style>