Shades of Electric Blue #8AF5EF
Tints of Electric Blue #8AF5EF
RGB
CMYK
RGB Variations
Color information
#8AF5EF (or 0x8AF5EF) is known color: Electric Blue. HEX triplet: 8A, F5 and EF. RGB value is (138,245,239). Sum of RGB (Red+Green+Blue) = 138+245+239=622 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.19% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF5EF is #750A10. Grayscale: #D4D4D4. Windows color (decimal): -7670289 or 15725962. OLE color: 15725962.
HSL color Cylindrical-coordinate representation of color #8AF5EF: hue angle of 176.64º degrees, saturation: 0.84, 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 #8AF5EF is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 239 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.04 |
| HSL | 176.64º | 0.84% | 0.75% | - |
| HSV(B) | 176.64º | 0.44% | 0.96% | - |
| XYZ | 58.71 | 76.94 | 93.42 | - |
| YUV | 212.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 239 | 0.44 | 0 | 0.02 | 0.04 | 176.64 | 0.84 | 0.75 |
| Hex | 8A | F5 | EF | 2C | 0 | 2 | 4 | B1 | 54 | 4B |
| Octal | 212 | 365 | 357 | 54 | 0 | 2 | 4 | 261 | 124 | 113 |
| Binary | 10001010 | 11110101 | 11101111 | 101100 | 0 | 10 | 100 | 10110001 | 1010100 | 1001011 |
Color Harmonies of #8AF5EF
Complementary color
Monochromatic Colors of #8AF5EF
Black with #8AF5EF
Text Example
Text Example
White with #8AF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF5EF; }
p { color: rgb(138,245,239); }
H1.HeaderClassName
{
color: #8AF5EF;
}
.AnyTagClassName
{
color: #8AF5EF;
}
</style>
background-color css
<style>
a { background-color: #8AF5EF; }
a { background-color: rgb(138,245,239); }
div.DivClassName
{
background-color: #8AF5EF;
}
.BgClassName
{
background-color: #8AF5EF;
}
</style>
border-color css
<style>
span { border-color: #8AF5EF; }
span { border-color: rgb(138,245,239); }
td.TdClassName
{
border-color: #8AF5EF;
}
.TagClassName
{
border-color: #8AF5EF;
}
</style>