Shades of Vista Blue #7FDAA3
Tints of Vista Blue #7FDAA3
RGB
CMYK
RGB Variations
Color information
#7FDAA3 (or 0x7FDAA3) is known color: Vista Blue. HEX triplet: 7F, DA and A3. RGB value is (127,218,163). Sum of RGB (Red+Green+Blue) = 127+218+163=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDAA3 is #80255C. Grayscale: #B8B8B8. Windows color (decimal): -8398173 or 10738303. OLE color: 10738303.
HSL color Cylindrical-coordinate representation of color #7FDAA3: hue angle of 143.74º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDAA3 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 163 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.15 |
| HSL | 143.74º | 0.55% | 0.68% | - |
| HSV(B) | 143.74º | 0.42% | 0.85% | - |
| XYZ | 40.43 | 57.3 | 43.58 | - |
| YUV | 184.52 | 115.85 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 163 | 0.42 | 0 | 0.25 | 0.15 | 143.74 | 0.55 | 0.68 |
| Hex | 7F | DA | A3 | 2A | 0 | 19 | F | 90 | 37 | 44 |
| Octal | 177 | 332 | 243 | 52 | 0 | 31 | 17 | 220 | 67 | 104 |
| Binary | 1111111 | 11011010 | 10100011 | 101010 | 0 | 11001 | 1111 | 10010000 | 110111 | 1000100 |
Color Harmonies of #7FDAA3
Complementary color
Monochromatic Colors of #7FDAA3
Black with #7FDAA3
Text Example
Text Example
White with #7FDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDAA3; }
p { color: rgb(127,218,163); }
H1.HeaderClassName
{
color: #7FDAA3;
}
.AnyTagClassName
{
color: #7FDAA3;
}
</style>
background-color css
<style>
a { background-color: #7FDAA3; }
a { background-color: rgb(127,218,163); }
div.DivClassName
{
background-color: #7FDAA3;
}
.BgClassName
{
background-color: #7FDAA3;
}
</style>
border-color css
<style>
span { border-color: #7FDAA3; }
span { border-color: rgb(127,218,163); }
td.TdClassName
{
border-color: #7FDAA3;
}
.TagClassName
{
border-color: #7FDAA3;
}
</style>