Shades of Vista Blue #7DEEAB
Tints of Vista Blue #7DEEAB
RGB
CMYK
RGB Variations
Color information
#7DEEAB (or 0x7DEEAB) is known color: Vista Blue. HEX triplet: 7D, EE and AB. RGB value is (125,238,171). Sum of RGB (Red+Green+Blue) = 125+238+171=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEEAB is #821154. Grayscale: #C4C4C4. Windows color (decimal): -8524117 or 11267709. OLE color: 11267709.
HSL color Cylindrical-coordinate representation of color #7DEEAB: hue angle of 144.42º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEEAB is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 171 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.07 |
| HSL | 144.42º | 0.77% | 0.71% | - |
| HSV(B) | 144.42º | 0.47% | 0.93% | - |
| XYZ | 46.38 | 68.45 | 49.3 | - |
| YUV | 196.58 | 113.56 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 171 | 0.47 | 0 | 0.28 | 0.07 | 144.42 | 0.77 | 0.71 |
| Hex | 7D | EE | AB | 2F | 0 | 1C | 7 | 90 | 4D | 47 |
| Octal | 175 | 356 | 253 | 57 | 0 | 34 | 7 | 220 | 115 | 107 |
| Binary | 1111101 | 11101110 | 10101011 | 101111 | 0 | 11100 | 111 | 10010000 | 1001101 | 1000111 |
Color Harmonies of #7DEEAB
Complementary color
Monochromatic Colors of #7DEEAB
Black with #7DEEAB
Text Example
Text Example
White with #7DEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEEAB; }
p { color: rgb(125,238,171); }
H1.HeaderClassName
{
color: #7DEEAB;
}
.AnyTagClassName
{
color: #7DEEAB;
}
</style>
background-color css
<style>
a { background-color: #7DEEAB; }
a { background-color: rgb(125,238,171); }
div.DivClassName
{
background-color: #7DEEAB;
}
.BgClassName
{
background-color: #7DEEAB;
}
</style>
border-color css
<style>
span { border-color: #7DEEAB; }
span { border-color: rgb(125,238,171); }
td.TdClassName
{
border-color: #7DEEAB;
}
.TagClassName
{
border-color: #7DEEAB;
}
</style>