Shades of Vista Blue #7DEBAB
Tints of Vista Blue #7DEBAB
RGB
CMYK
RGB Variations
Color information
#7DEBAB (or 0x7DEBAB) is known color: Vista Blue. HEX triplet: 7D, EB and AB. RGB value is (125,235,171). Sum of RGB (Red+Green+Blue) = 125+235+171=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEBAB is #821454. Grayscale: #C2C2C2. Windows color (decimal): -8524885 or 11266941. OLE color: 11266941.
HSL color Cylindrical-coordinate representation of color #7DEBAB: hue angle of 145.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBAB is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 235 | 171 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.08 |
| HSL | 145.09º | 0.73% | 0.71% | - |
| HSV(B) | 145.09º | 0.47% | 0.92% | - |
| XYZ | 45.52 | 66.72 | 49.01 | - |
| YUV | 194.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 235 | 171 | 0.47 | 0 | 0.27 | 0.08 | 145.09 | 0.73 | 0.71 |
| Hex | 7D | EB | AB | 2F | 0 | 1B | 8 | 91 | 49 | 47 |
| Octal | 175 | 353 | 253 | 57 | 0 | 33 | 10 | 221 | 111 | 107 |
| Binary | 1111101 | 11101011 | 10101011 | 101111 | 0 | 11011 | 1000 | 10010001 | 1001001 | 1000111 |
Color Harmonies of #7DEBAB
Complementary color
Monochromatic Colors of #7DEBAB
Black with #7DEBAB
Text Example
Text Example
White with #7DEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEBAB; }
p { color: rgb(125,235,171); }
H1.HeaderClassName
{
color: #7DEBAB;
}
.AnyTagClassName
{
color: #7DEBAB;
}
</style>
background-color css
<style>
a { background-color: #7DEBAB; }
a { background-color: rgb(125,235,171); }
div.DivClassName
{
background-color: #7DEBAB;
}
.BgClassName
{
background-color: #7DEBAB;
}
</style>
border-color css
<style>
span { border-color: #7DEBAB; }
span { border-color: rgb(125,235,171); }
td.TdClassName
{
border-color: #7DEBAB;
}
.TagClassName
{
border-color: #7DEBAB;
}
</style>