Shades of Electric Blue #7AFDF2
Tints of Electric Blue #7AFDF2
RGB
CMYK
RGB Variations
Color information
#7AFDF2 (or 0x7AFDF2) is known color: Electric Blue. HEX triplet: 7A, FD and F2. RGB value is (122,253,242). Sum of RGB (Red+Green+Blue) = 122+253+242=617 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.77% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFDF2 is #85020D. Grayscale: #D4D4D4. Windows color (decimal): -8716814 or 15924602. OLE color: 15924602.
HSL color Cylindrical-coordinate representation of color #7AFDF2: hue angle of 174.96º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDF2 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 242 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.01 |
| HSL | 174.96º | 0.97% | 0.74% | - |
| HSV(B) | 174.96º | 0.52% | 0.99% | - |
| XYZ | 59.18 | 80.8 | 96.48 | - |
| YUV | 212.58 | 144.6 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 242 | 0.52 | 0 | 0.04 | 0.01 | 174.96 | 0.97 | 0.74 |
| Hex | 7A | FD | F2 | 34 | 0 | 4 | 1 | AF | 61 | 4A |
| Octal | 172 | 375 | 362 | 64 | 0 | 4 | 1 | 257 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11110010 | 110100 | 0 | 100 | 1 | 10101111 | 1100001 | 1001010 |
Color Harmonies of #7AFDF2
Complementary color
Monochromatic Colors of #7AFDF2
Black with #7AFDF2
Text Example
Text Example
White with #7AFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDF2; }
p { color: rgb(122,253,242); }
H1.HeaderClassName
{
color: #7AFDF2;
}
.AnyTagClassName
{
color: #7AFDF2;
}
</style>
background-color css
<style>
a { background-color: #7AFDF2; }
a { background-color: rgb(122,253,242); }
div.DivClassName
{
background-color: #7AFDF2;
}
.BgClassName
{
background-color: #7AFDF2;
}
</style>
border-color css
<style>
span { border-color: #7AFDF2; }
span { border-color: rgb(122,253,242); }
td.TdClassName
{
border-color: #7AFDF2;
}
.TagClassName
{
border-color: #7AFDF2;
}
</style>