Shades of Vista Blue #7FDFB0
Tints of Vista Blue #7FDFB0
RGB
CMYK
RGB Variations
Color information
#7FDFB0 (or 0x7FDFB0) is known color: Vista Blue. HEX triplet: 7F, DF and B0. RGB value is (127,223,176). Sum of RGB (Red+Green+Blue) = 127+223+176=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDFB0 is #80204F. Grayscale: #BDBDBD. Windows color (decimal): -8396880 or 11591551. OLE color: 11591551.
HSL color Cylindrical-coordinate representation of color #7FDFB0: hue angle of 150.62º 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 #7FDFB0 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 176 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.13 |
| HSL | 150.63º | 0.6% | 0.69% | - |
| HSV(B) | 150.63º | 0.43% | 0.87% | - |
| XYZ | 42.98 | 60.42 | 50.47 | - |
| YUV | 188.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 176 | 0.43 | 0 | 0.21 | 0.13 | 150.63 | 0.6 | 0.69 |
| Hex | 7F | DF | B0 | 2B | 0 | 15 | D | 97 | 3C | 45 |
| Octal | 177 | 337 | 260 | 53 | 0 | 25 | 15 | 227 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10110000 | 101011 | 0 | 10101 | 1101 | 10010111 | 111100 | 1000101 |
Color Harmonies of #7FDFB0
Complementary color
Monochromatic Colors of #7FDFB0
Black with #7FDFB0
Text Example
Text Example
White with #7FDFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFB0; }
p { color: rgb(127,223,176); }
H1.HeaderClassName
{
color: #7FDFB0;
}
.AnyTagClassName
{
color: #7FDFB0;
}
</style>
background-color css
<style>
a { background-color: #7FDFB0; }
a { background-color: rgb(127,223,176); }
div.DivClassName
{
background-color: #7FDFB0;
}
.BgClassName
{
background-color: #7FDFB0;
}
</style>
border-color css
<style>
span { border-color: #7FDFB0; }
span { border-color: rgb(127,223,176); }
td.TdClassName
{
border-color: #7FDFB0;
}
.TagClassName
{
border-color: #7FDFB0;
}
</style>