Shades of Electric Blue #7AF9ED
Tints of Electric Blue #7AF9ED
RGB
CMYK
RGB Variations
Color information
#7AF9ED (or 0x7AF9ED) is known color: Electric Blue. HEX triplet: 7A, F9 and ED. RGB value is (122,249,237). Sum of RGB (Red+Green+Blue) = 122+249+237=608 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20.07% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AF9ED is #850612. Grayscale: #D1D1D1. Windows color (decimal): -8717843 or 15595898. OLE color: 15595898.
HSL color Cylindrical-coordinate representation of color #7AF9ED: hue angle of 174.33º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF9ED is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 237 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.02 |
| HSL | 174.33º | 0.91% | 0.73% | - |
| HSV(B) | 174.33º | 0.51% | 0.98% | - |
| XYZ | 57.19 | 78 | 92.16 | - |
| YUV | 209.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 237 | 0.51 | 0 | 0.05 | 0.02 | 174.33 | 0.91 | 0.73 |
| Hex | 7A | F9 | ED | 33 | 0 | 5 | 2 | AE | 5B | 49 |
| Octal | 172 | 371 | 355 | 63 | 0 | 5 | 2 | 256 | 133 | 111 |
| Binary | 1111010 | 11111001 | 11101101 | 110011 | 0 | 101 | 10 | 10101110 | 1011011 | 1001001 |
Color Harmonies of #7AF9ED
Complementary color
Monochromatic Colors of #7AF9ED
Black with #7AF9ED
Text Example
Text Example
White with #7AF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF9ED; }
p { color: rgb(122,249,237); }
H1.HeaderClassName
{
color: #7AF9ED;
}
.AnyTagClassName
{
color: #7AF9ED;
}
</style>
background-color css
<style>
a { background-color: #7AF9ED; }
a { background-color: rgb(122,249,237); }
div.DivClassName
{
background-color: #7AF9ED;
}
.BgClassName
{
background-color: #7AF9ED;
}
</style>
border-color css
<style>
span { border-color: #7AF9ED; }
span { border-color: rgb(122,249,237); }
td.TdClassName
{
border-color: #7AF9ED;
}
.TagClassName
{
border-color: #7AF9ED;
}
</style>