Shades of Vista Blue #7FDFAD
Tints of Vista Blue #7FDFAD
RGB
CMYK
RGB Variations
Color information
#7FDFAD (or 0x7FDFAD) is known color: Vista Blue. HEX triplet: 7F, DF and AD. RGB value is (127,223,173). Sum of RGB (Red+Green+Blue) = 127+223+173=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDFAD is #802052. Grayscale: #BCBCBC. Windows color (decimal): -8396883 or 11394943. OLE color: 11394943.
HSL color Cylindrical-coordinate representation of color #7FDFAD: hue angle of 148.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFAD is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 173 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.13 |
| HSL | 148.75º | 0.6% | 0.69% | - |
| HSV(B) | 148.75º | 0.43% | 0.87% | - |
| XYZ | 42.68 | 60.3 | 48.93 | - |
| YUV | 188.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 173 | 0.43 | 0 | 0.22 | 0.13 | 148.75 | 0.6 | 0.69 |
| Hex | 7F | DF | AD | 2B | 0 | 16 | D | 95 | 3C | 45 |
| Octal | 177 | 337 | 255 | 53 | 0 | 26 | 15 | 225 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10101101 | 101011 | 0 | 10110 | 1101 | 10010101 | 111100 | 1000101 |
Color Harmonies of #7FDFAD
Complementary color
Monochromatic Colors of #7FDFAD
Black with #7FDFAD
Text Example
Text Example
White with #7FDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFAD; }
p { color: rgb(127,223,173); }
H1.HeaderClassName
{
color: #7FDFAD;
}
.AnyTagClassName
{
color: #7FDFAD;
}
</style>
background-color css
<style>
a { background-color: #7FDFAD; }
a { background-color: rgb(127,223,173); }
div.DivClassName
{
background-color: #7FDFAD;
}
.BgClassName
{
background-color: #7FDFAD;
}
</style>
border-color css
<style>
span { border-color: #7FDFAD; }
span { border-color: rgb(127,223,173); }
td.TdClassName
{
border-color: #7FDFAD;
}
.TagClassName
{
border-color: #7FDFAD;
}
</style>