Shades of Vista Blue #7FDEAF
Tints of Vista Blue #7FDEAF
RGB
CMYK
RGB Variations
Color information
#7FDEAF (or 0x7FDEAF) is known color: Vista Blue. HEX triplet: 7F, DE and AF. RGB value is (127,222,175). Sum of RGB (Red+Green+Blue) = 127+222+175=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDEAF is #802150. Grayscale: #BCBCBC. Windows color (decimal): -8397137 or 11525759. OLE color: 11525759.
HSL color Cylindrical-coordinate representation of color #7FDEAF: hue angle of 150.32º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDEAF is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 175 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.13 |
| HSL | 150.32º | 0.59% | 0.68% | - |
| HSV(B) | 150.32º | 0.43% | 0.87% | - |
| XYZ | 42.61 | 59.85 | 49.86 | - |
| YUV | 188.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 175 | 0.43 | 0 | 0.21 | 0.13 | 150.32 | 0.59 | 0.68 |
| Hex | 7F | DE | AF | 2B | 0 | 15 | D | 96 | 3B | 44 |
| Octal | 177 | 336 | 257 | 53 | 0 | 25 | 15 | 226 | 73 | 104 |
| Binary | 1111111 | 11011110 | 10101111 | 101011 | 0 | 10101 | 1101 | 10010110 | 111011 | 1000100 |
Color Harmonies of #7FDEAF
Complementary color
Monochromatic Colors of #7FDEAF
Black with #7FDEAF
Text Example
Text Example
White with #7FDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEAF; }
p { color: rgb(127,222,175); }
H1.HeaderClassName
{
color: #7FDEAF;
}
.AnyTagClassName
{
color: #7FDEAF;
}
</style>
background-color css
<style>
a { background-color: #7FDEAF; }
a { background-color: rgb(127,222,175); }
div.DivClassName
{
background-color: #7FDEAF;
}
.BgClassName
{
background-color: #7FDEAF;
}
</style>
border-color css
<style>
span { border-color: #7FDEAF; }
span { border-color: rgb(127,222,175); }
td.TdClassName
{
border-color: #7FDEAF;
}
.TagClassName
{
border-color: #7FDEAF;
}
</style>