Shades of Electric Blue #8AECF6
Tints of Electric Blue #8AECF6
RGB
CMYK
RGB Variations
Color information
#8AECF6 (or 0x8AECF6) is known color: Electric Blue. HEX triplet: 8A, EC and F6. RGB value is (138,236,246). Sum of RGB (Red+Green+Blue) = 138+236+246=620 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.26% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #8AECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECF6 is #751309. Grayscale: #CFCFCF. Windows color (decimal): -7672586 or 16182410. OLE color: 16182410.
HSL color Cylindrical-coordinate representation of color #8AECF6: hue angle of 185.56º 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 #8AECF6 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 236 | 246 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.04 |
| HSL | 185.56º | 0.86% | 0.75% | - |
| HSV(B) | 185.56º | 0.44% | 0.96% | - |
| XYZ | 57.11 | 72.05 | 98.09 | - |
| YUV | 207.84 | 149.53 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 246 | 0.44 | 0.04 | 0 | 0.04 | 185.56 | 0.86 | 0.75 |
| Hex | 8A | EC | F6 | 2C | 4 | 0 | 4 | BA | 56 | 4B |
| Octal | 212 | 354 | 366 | 54 | 4 | 0 | 4 | 272 | 126 | 113 |
| Binary | 10001010 | 11101100 | 11110110 | 101100 | 100 | 0 | 100 | 10111010 | 1010110 | 1001011 |
Color Harmonies of #8AECF6
Complementary color
Monochromatic Colors of #8AECF6
Black with #8AECF6
Text Example
Text Example
White with #8AECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECF6; }
p { color: rgb(138,236,246); }
H1.HeaderClassName
{
color: #8AECF6;
}
.AnyTagClassName
{
color: #8AECF6;
}
</style>
background-color css
<style>
a { background-color: #8AECF6; }
a { background-color: rgb(138,236,246); }
div.DivClassName
{
background-color: #8AECF6;
}
.BgClassName
{
background-color: #8AECF6;
}
</style>
border-color css
<style>
span { border-color: #8AECF6; }
span { border-color: rgb(138,236,246); }
td.TdClassName
{
border-color: #8AECF6;
}
.TagClassName
{
border-color: #8AECF6;
}
</style>