Shades of Electric Blue #8AECF9
Tints of Electric Blue #8AECF9
RGB
CMYK
RGB Variations
Color information
#8AECF9 (or 0x8AECF9) is known color: Electric Blue. HEX triplet: 8A, EC and F9. RGB value is (138,236,249). Sum of RGB (Red+Green+Blue) = 138+236+249=623 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.15% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECF9 is #751306. Grayscale: #D0D0D0. Windows color (decimal): -7672583 or 16379018. OLE color: 16379018.
HSL color Cylindrical-coordinate representation of color #8AECF9: hue angle of 187.03º 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 #8AECF9 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 236 | 249 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.02 |
| HSL | 187.03º | 0.9% | 0.76% | - |
| HSV(B) | 187.03º | 0.45% | 0.98% | - |
| XYZ | 57.58 | 72.23 | 100.53 | - |
| YUV | 208.18 | 151.03 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 249 | 0.45 | 0.05 | 0 | 0.02 | 187.03 | 0.9 | 0.76 |
| Hex | 8A | EC | F9 | 2D | 5 | 0 | 2 | BB | 5A | 4C |
| Octal | 212 | 354 | 371 | 55 | 5 | 0 | 2 | 273 | 132 | 114 |
| Binary | 10001010 | 11101100 | 11111001 | 101101 | 101 | 0 | 10 | 10111011 | 1011010 | 1001100 |
Color Harmonies of #8AECF9
Complementary color
Monochromatic Colors of #8AECF9
Black with #8AECF9
Text Example
Text Example
White with #8AECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECF9; }
p { color: rgb(138,236,249); }
H1.HeaderClassName
{
color: #8AECF9;
}
.AnyTagClassName
{
color: #8AECF9;
}
</style>
background-color css
<style>
a { background-color: #8AECF9; }
a { background-color: rgb(138,236,249); }
div.DivClassName
{
background-color: #8AECF9;
}
.BgClassName
{
background-color: #8AECF9;
}
</style>
border-color css
<style>
span { border-color: #8AECF9; }
span { border-color: rgb(138,236,249); }
td.TdClassName
{
border-color: #8AECF9;
}
.TagClassName
{
border-color: #8AECF9;
}
</style>