Shades of Vista Blue #7DF3AD
Tints of Vista Blue #7DF3AD
RGB
CMYK
RGB Variations
Color information
#7DF3AD (or 0x7DF3AD) is known color: Vista Blue. HEX triplet: 7D, F3 and AD. RGB value is (125,243,173). Sum of RGB (Red+Green+Blue) = 125+243+173=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF3AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF3AD is #820C52. Grayscale: #C7C7C7. Windows color (decimal): -8522835 or 11400061. OLE color: 11400061.
HSL color Cylindrical-coordinate representation of color #7DF3AD: hue angle of 144.41º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF3AD is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 173 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.05 |
| HSL | 144.41º | 0.83% | 0.72% | - |
| HSV(B) | 144.41º | 0.49% | 0.95% | - |
| XYZ | 48.05 | 71.48 | 50.8 | - |
| YUV | 199.74 | 112.91 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 173 | 0.49 | 0 | 0.29 | 0.05 | 144.41 | 0.83 | 0.72 |
| Hex | 7D | F3 | AD | 31 | 0 | 1D | 5 | 90 | 53 | 48 |
| Octal | 175 | 363 | 255 | 61 | 0 | 35 | 5 | 220 | 123 | 110 |
| Binary | 1111101 | 11110011 | 10101101 | 110001 | 0 | 11101 | 101 | 10010000 | 1010011 | 1001000 |
Color Harmonies of #7DF3AD
Complementary color
Monochromatic Colors of #7DF3AD
Black with #7DF3AD
Text Example
Text Example
White with #7DF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF3AD; }
p { color: rgb(125,243,173); }
H1.HeaderClassName
{
color: #7DF3AD;
}
.AnyTagClassName
{
color: #7DF3AD;
}
</style>
background-color css
<style>
a { background-color: #7DF3AD; }
a { background-color: rgb(125,243,173); }
div.DivClassName
{
background-color: #7DF3AD;
}
.BgClassName
{
background-color: #7DF3AD;
}
</style>
border-color css
<style>
span { border-color: #7DF3AD; }
span { border-color: rgb(125,243,173); }
td.TdClassName
{
border-color: #7DF3AD;
}
.TagClassName
{
border-color: #7DF3AD;
}
</style>