Shades of Vista Blue #7DDBA2
Tints of Vista Blue #7DDBA2
RGB
CMYK
RGB Variations
Color information
#7DDBA2 (or 0x7DDBA2) is known color: Vista Blue. HEX triplet: 7D, DB and A2. RGB value is (125,219,162). Sum of RGB (Red+Green+Blue) = 125+219+162=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDBA2 is #82245D. Grayscale: #B8B8B8. Windows color (decimal): -8528990 or 10673021. OLE color: 10673021.
HSL color Cylindrical-coordinate representation of color #7DDBA2: hue angle of 143.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDBA2 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 162 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.14 |
| HSL | 143.62º | 0.57% | 0.67% | - |
| HSV(B) | 143.62º | 0.43% | 0.86% | - |
| XYZ | 40.31 | 57.63 | 43.18 | - |
| YUV | 184.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 162 | 0.43 | 0 | 0.26 | 0.14 | 143.62 | 0.57 | 0.67 |
| Hex | 7D | DB | A2 | 2B | 0 | 1A | E | 90 | 39 | 43 |
| Octal | 175 | 333 | 242 | 53 | 0 | 32 | 16 | 220 | 71 | 103 |
| Binary | 1111101 | 11011011 | 10100010 | 101011 | 0 | 11010 | 1110 | 10010000 | 111001 | 1000011 |
Color Harmonies of #7DDBA2
Complementary color
Monochromatic Colors of #7DDBA2
Black with #7DDBA2
Text Example
Text Example
White with #7DDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDBA2; }
p { color: rgb(125,219,162); }
H1.HeaderClassName
{
color: #7DDBA2;
}
.AnyTagClassName
{
color: #7DDBA2;
}
</style>
background-color css
<style>
a { background-color: #7DDBA2; }
a { background-color: rgb(125,219,162); }
div.DivClassName
{
background-color: #7DDBA2;
}
.BgClassName
{
background-color: #7DDBA2;
}
</style>
border-color css
<style>
span { border-color: #7DDBA2; }
span { border-color: rgb(125,219,162); }
td.TdClassName
{
border-color: #7DDBA2;
}
.TagClassName
{
border-color: #7DDBA2;
}
</style>