Shades of Electric Blue #8AFDEF
Tints of Electric Blue #8AFDEF
RGB
CMYK
RGB Variations
Color information
#8AFDEF (or 0x8AFDEF) is known color: Electric Blue. HEX triplet: 8A, FD and EF. RGB value is (138,253,239). Sum of RGB (Red+Green+Blue) = 138+253+239=630 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.90% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFDEF is #750210. Grayscale: #D8D8D8. Windows color (decimal): -7668241 or 15728010. OLE color: 15728010.
HSL color Cylindrical-coordinate representation of color #8AFDEF: hue angle of 172.7º 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 #8AFDEF is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 239 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.01 |
| HSL | 172.7º | 0.97% | 0.77% | - |
| HSV(B) | 172.7º | 0.45% | 0.99% | - |
| XYZ | 61.19 | 81.89 | 94.24 | - |
| YUV | 217.02 | 140.4 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 239 | 0.45 | 0 | 0.06 | 0.01 | 172.7 | 0.97 | 0.77 |
| Hex | 8A | FD | EF | 2D | 0 | 6 | 1 | AD | 61 | 4D |
| Octal | 212 | 375 | 357 | 55 | 0 | 6 | 1 | 255 | 141 | 115 |
| Binary | 10001010 | 11111101 | 11101111 | 101101 | 0 | 110 | 1 | 10101101 | 1100001 | 1001101 |
Color Harmonies of #8AFDEF
Complementary color
Monochromatic Colors of #8AFDEF
Black with #8AFDEF
Text Example
Text Example
White with #8AFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDEF; }
p { color: rgb(138,253,239); }
H1.HeaderClassName
{
color: #8AFDEF;
}
.AnyTagClassName
{
color: #8AFDEF;
}
</style>
background-color css
<style>
a { background-color: #8AFDEF; }
a { background-color: rgb(138,253,239); }
div.DivClassName
{
background-color: #8AFDEF;
}
.BgClassName
{
background-color: #8AFDEF;
}
</style>
border-color css
<style>
span { border-color: #8AFDEF; }
span { border-color: rgb(138,253,239); }
td.TdClassName
{
border-color: #8AFDEF;
}
.TagClassName
{
border-color: #8AFDEF;
}
</style>