Shades of Vista Blue #7AEDB5
Tints of Vista Blue #7AEDB5
RGB
CMYK
RGB Variations
Color information
#7AEDB5 (or 0x7AEDB5) is known color: Vista Blue. HEX triplet: 7A, ED and B5. RGB value is (122,237,181). Sum of RGB (Red+Green+Blue) = 122+237+181=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #7AEDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AEDB5 is #85124A. Grayscale: #C4C4C4. Windows color (decimal): -8720971 or 11922810. OLE color: 11922810.
HSL color Cylindrical-coordinate representation of color #7AEDB5: hue angle of 150.78º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AEDB5 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 181 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.07 |
| HSL | 150.78º | 0.76% | 0.7% | - |
| HSV(B) | 150.78º | 0.49% | 0.93% | - |
| XYZ | 46.65 | 68.04 | 54.39 | - |
| YUV | 196.23 | 119.4 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 181 | 0.49 | 0 | 0.24 | 0.07 | 150.78 | 0.76 | 0.7 |
| Hex | 7A | ED | B5 | 31 | 0 | 18 | 7 | 97 | 4C | 46 |
| Octal | 172 | 355 | 265 | 61 | 0 | 30 | 7 | 227 | 114 | 106 |
| Binary | 1111010 | 11101101 | 10110101 | 110001 | 0 | 11000 | 111 | 10010111 | 1001100 | 1000110 |
Color Harmonies of #7AEDB5
Complementary color
Monochromatic Colors of #7AEDB5
Black with #7AEDB5
Text Example
Text Example
White with #7AEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEDB5; }
p { color: rgb(122,237,181); }
H1.HeaderClassName
{
color: #7AEDB5;
}
.AnyTagClassName
{
color: #7AEDB5;
}
</style>
background-color css
<style>
a { background-color: #7AEDB5; }
a { background-color: rgb(122,237,181); }
div.DivClassName
{
background-color: #7AEDB5;
}
.BgClassName
{
background-color: #7AEDB5;
}
</style>
border-color css
<style>
span { border-color: #7AEDB5; }
span { border-color: rgb(122,237,181); }
td.TdClassName
{
border-color: #7AEDB5;
}
.TagClassName
{
border-color: #7AEDB5;
}
</style>