Shades of Vista Blue #7DEAAB
Tints of Vista Blue #7DEAAB
RGB
CMYK
RGB Variations
Color information
#7DEAAB (or 0x7DEAAB) is known color: Vista Blue. HEX triplet: 7D, EA and AB. RGB value is (125,234,171). Sum of RGB (Red+Green+Blue) = 125+234+171=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEAAB is #821554. Grayscale: #C2C2C2. Windows color (decimal): -8525141 or 11266685. OLE color: 11266685.
HSL color Cylindrical-coordinate representation of color #7DEAAB: hue angle of 145.32º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAAB is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 234 | 171 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.08 |
| HSL | 145.32º | 0.72% | 0.7% | - |
| HSV(B) | 145.32º | 0.47% | 0.92% | - |
| XYZ | 45.23 | 66.15 | 48.91 | - |
| YUV | 194.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 234 | 171 | 0.47 | 0 | 0.27 | 0.08 | 145.32 | 0.72 | 0.7 |
| Hex | 7D | EA | AB | 2F | 0 | 1B | 8 | 91 | 48 | 46 |
| Octal | 175 | 352 | 253 | 57 | 0 | 33 | 10 | 221 | 110 | 106 |
| Binary | 1111101 | 11101010 | 10101011 | 101111 | 0 | 11011 | 1000 | 10010001 | 1001000 | 1000110 |
Color Harmonies of #7DEAAB
Complementary color
Monochromatic Colors of #7DEAAB
Black with #7DEAAB
Text Example
Text Example
White with #7DEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEAAB; }
p { color: rgb(125,234,171); }
H1.HeaderClassName
{
color: #7DEAAB;
}
.AnyTagClassName
{
color: #7DEAAB;
}
</style>
background-color css
<style>
a { background-color: #7DEAAB; }
a { background-color: rgb(125,234,171); }
div.DivClassName
{
background-color: #7DEAAB;
}
.BgClassName
{
background-color: #7DEAAB;
}
</style>
border-color css
<style>
span { border-color: #7DEAAB; }
span { border-color: rgb(125,234,171); }
td.TdClassName
{
border-color: #7DEAAB;
}
.TagClassName
{
border-color: #7DEAAB;
}
</style>