Shades of Electric Blue #7AFDF1
Tints of Electric Blue #7AFDF1
RGB
CMYK
RGB Variations
Color information
#7AFDF1 (or 0x7AFDF1) is known color: Electric Blue. HEX triplet: 7A, FD and F1. RGB value is (122,253,241). Sum of RGB (Red+Green+Blue) = 122+253+241=616 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.81% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFDF1 is #85020E. Grayscale: #D4D4D4. Windows color (decimal): -8716815 or 15859066. OLE color: 15859066.
HSL color Cylindrical-coordinate representation of color #7AFDF1: hue angle of 174.5º 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 #7AFDF1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 241 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.01 |
| HSL | 174.5º | 0.97% | 0.74% | - |
| HSV(B) | 174.5º | 0.52% | 0.99% | - |
| XYZ | 59.03 | 80.74 | 95.69 | - |
| YUV | 212.46 | 144.1 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 241 | 0.52 | 0 | 0.05 | 0.01 | 174.5 | 0.97 | 0.74 |
| Hex | 7A | FD | F1 | 34 | 0 | 5 | 1 | AF | 61 | 4A |
| Octal | 172 | 375 | 361 | 64 | 0 | 5 | 1 | 257 | 141 | 112 |
| Binary | 1111010 | 11111101 | 11110001 | 110100 | 0 | 101 | 1 | 10101111 | 1100001 | 1001010 |
Color Harmonies of #7AFDF1
Complementary color
Monochromatic Colors of #7AFDF1
Black with #7AFDF1
Text Example
Text Example
White with #7AFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFDF1; }
p { color: rgb(122,253,241); }
H1.HeaderClassName
{
color: #7AFDF1;
}
.AnyTagClassName
{
color: #7AFDF1;
}
</style>
background-color css
<style>
a { background-color: #7AFDF1; }
a { background-color: rgb(122,253,241); }
div.DivClassName
{
background-color: #7AFDF1;
}
.BgClassName
{
background-color: #7AFDF1;
}
</style>
border-color css
<style>
span { border-color: #7AFDF1; }
span { border-color: rgb(122,253,241); }
td.TdClassName
{
border-color: #7AFDF1;
}
.TagClassName
{
border-color: #7AFDF1;
}
</style>