Shades of Electric Blue #8AFDEC
Tints of Electric Blue #8AFDEC
RGB
CMYK
RGB Variations
Color information
#8AFDEC (or 0x8AFDEC) is known color: Electric Blue. HEX triplet: 8A, FD and EC. RGB value is (138,253,236). Sum of RGB (Red+Green+Blue) = 138+253+236=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFDEC is #750213. Grayscale: #D8D8D8. Windows color (decimal): -7668244 or 15531402. OLE color: 15531402.
HSL color Cylindrical-coordinate representation of color #8AFDEC: hue angle of 171.13º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDEC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 236 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.01 |
| HSL | 171.13º | 0.97% | 0.77% | - |
| HSV(B) | 171.13º | 0.45% | 0.99% | - |
| XYZ | 60.75 | 81.71 | 91.93 | - |
| YUV | 216.68 | 138.9 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 236 | 0.45 | 0 | 0.07 | 0.01 | 171.13 | 0.97 | 0.77 |
| Hex | 8A | FD | EC | 2D | 0 | 7 | 1 | AB | 61 | 4D |
| Octal | 212 | 375 | 354 | 55 | 0 | 7 | 1 | 253 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11101100 | 101101 | 0 | 111 | 1 | 10101011 | 1100001 | 1001101 |
Color Harmonies of #8AFDEC
Complementary color
Monochromatic Colors of #8AFDEC
Black with #8AFDEC
Text Example
Text Example
White with #8AFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDEC; }
p { color: rgb(138,253,236); }
H1.HeaderClassName
{
color: #8AFDEC;
}
.AnyTagClassName
{
color: #8AFDEC;
}
</style>
background-color css
<style>
a { background-color: #8AFDEC; }
a { background-color: rgb(138,253,236); }
div.DivClassName
{
background-color: #8AFDEC;
}
.BgClassName
{
background-color: #8AFDEC;
}
</style>
border-color css
<style>
span { border-color: #8AFDEC; }
span { border-color: rgb(138,253,236); }
td.TdClassName
{
border-color: #8AFDEC;
}
.TagClassName
{
border-color: #8AFDEC;
}
</style>