Shades of Vista Blue #7FDFB3
Tints of Vista Blue #7FDFB3
RGB
CMYK
RGB Variations
Color information
#7FDFB3 (or 0x7FDFB3) is known color: Vista Blue. HEX triplet: 7F, DF and B3. RGB value is (127,223,179). Sum of RGB (Red+Green+Blue) = 127+223+179=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFB3 is #80204C. Grayscale: #BDBDBD. Windows color (decimal): -8396877 or 11788159. OLE color: 11788159.
HSL color Cylindrical-coordinate representation of color #7FDFB3: hue angle of 152.5º 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 #7FDFB3 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 179 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.13 |
| HSL | 152.5º | 0.6% | 0.69% | - |
| HSV(B) | 152.5º | 0.43% | 0.87% | - |
| XYZ | 43.28 | 60.54 | 52.05 | - |
| YUV | 189.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 179 | 0.43 | 0 | 0.20 | 0.13 | 152.5 | 0.6 | 0.69 |
| Hex | 7F | DF | B3 | 2B | 0 | 14 | D | 98 | 3C | 45 |
| Octal | 177 | 337 | 263 | 53 | 0 | 24 | 15 | 230 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10110011 | 101011 | 0 | 10100 | 1101 | 10011000 | 111100 | 1000101 |
Color Harmonies of #7FDFB3
Complementary color
Monochromatic Colors of #7FDFB3
Black with #7FDFB3
Text Example
Text Example
White with #7FDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFB3; }
p { color: rgb(127,223,179); }
H1.HeaderClassName
{
color: #7FDFB3;
}
.AnyTagClassName
{
color: #7FDFB3;
}
</style>
background-color css
<style>
a { background-color: #7FDFB3; }
a { background-color: rgb(127,223,179); }
div.DivClassName
{
background-color: #7FDFB3;
}
.BgClassName
{
background-color: #7FDFB3;
}
</style>
border-color css
<style>
span { border-color: #7FDFB3; }
span { border-color: rgb(127,223,179); }
td.TdClassName
{
border-color: #7FDFB3;
}
.TagClassName
{
border-color: #7FDFB3;
}
</style>