Shades of Electric Blue #7AE5F8
Tints of Electric Blue #7AE5F8
RGB
CMYK
RGB Variations
Color information
#7AE5F8 (or 0x7AE5F8) is known color: Electric Blue. HEX triplet: 7A, E5 and F8. RGB value is (122,229,248). Sum of RGB (Red+Green+Blue) = 122+229+248=599 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.37% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #7AE5F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AE5F8 is #851A07. Grayscale: #C6C6C6. Windows color (decimal): -8722952 or 16311674. OLE color: 16311674.
HSL color Cylindrical-coordinate representation of color #7AE5F8: hue angle of 189.05º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AE5F8 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 229 | 248 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.03 |
| HSL | 189.05º | 0.9% | 0.73% | - |
| HSV(B) | 189.05º | 0.51% | 0.97% | - |
| XYZ | 52.99 | 66.95 | 98.94 | - |
| YUV | 199.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 229 | 248 | 0.51 | 0.08 | 0 | 0.03 | 189.05 | 0.9 | 0.73 |
| Hex | 7A | E5 | F8 | 33 | 8 | 0 | 3 | BD | 5A | 49 |
| Octal | 172 | 345 | 370 | 63 | 10 | 0 | 3 | 275 | 132 | 111 |
| Binary | 1111010 | 11100101 | 11111000 | 110011 | 1000 | 0 | 11 | 10111101 | 1011010 | 1001001 |
Color Harmonies of #7AE5F8
Complementary color
Monochromatic Colors of #7AE5F8
Black with #7AE5F8
Text Example
Text Example
White with #7AE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE5F8; }
p { color: rgb(122,229,248); }
H1.HeaderClassName
{
color: #7AE5F8;
}
.AnyTagClassName
{
color: #7AE5F8;
}
</style>
background-color css
<style>
a { background-color: #7AE5F8; }
a { background-color: rgb(122,229,248); }
div.DivClassName
{
background-color: #7AE5F8;
}
.BgClassName
{
background-color: #7AE5F8;
}
</style>
border-color css
<style>
span { border-color: #7AE5F8; }
span { border-color: rgb(122,229,248); }
td.TdClassName
{
border-color: #7AE5F8;
}
.TagClassName
{
border-color: #7AE5F8;
}
</style>