Shades of Electric Blue #8AF9EF
Tints of Electric Blue #8AF9EF
RGB
CMYK
RGB Variations
Color information
#8AF9EF (or 0x8AF9EF) is known color: Electric Blue. HEX triplet: 8A, F9 and EF. RGB value is (138,249,239). Sum of RGB (Red+Green+Blue) = 138+249+239=626 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.04% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AF9EF is #750610. Grayscale: #D6D6D6. Windows color (decimal): -7669265 or 15726986. OLE color: 15726986.
HSL color Cylindrical-coordinate representation of color #8AF9EF: hue angle of 174.59º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF9EF is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 239 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.02 |
| HSL | 174.59º | 0.9% | 0.76% | - |
| HSV(B) | 174.59º | 0.45% | 0.98% | - |
| XYZ | 59.94 | 79.39 | 93.83 | - |
| YUV | 214.67 | 141.73 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 239 | 0.45 | 0 | 0.04 | 0.02 | 174.59 | 0.9 | 0.76 |
| Hex | 8A | F9 | EF | 2D | 0 | 4 | 2 | AF | 5A | 4C |
| Octal | 212 | 371 | 357 | 55 | 0 | 4 | 2 | 257 | 132 | 114 |
| Binary | 10001010 | 11111001 | 11101111 | 101101 | 0 | 100 | 10 | 10101111 | 1011010 | 1001100 |
Color Harmonies of #8AF9EF
Complementary color
Monochromatic Colors of #8AF9EF
Black with #8AF9EF
Text Example
Text Example
White with #8AF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF9EF; }
p { color: rgb(138,249,239); }
H1.HeaderClassName
{
color: #8AF9EF;
}
.AnyTagClassName
{
color: #8AF9EF;
}
</style>
background-color css
<style>
a { background-color: #8AF9EF; }
a { background-color: rgb(138,249,239); }
div.DivClassName
{
background-color: #8AF9EF;
}
.BgClassName
{
background-color: #8AF9EF;
}
</style>
border-color css
<style>
span { border-color: #8AF9EF; }
span { border-color: rgb(138,249,239); }
td.TdClassName
{
border-color: #8AF9EF;
}
.TagClassName
{
border-color: #8AF9EF;
}
</style>