Shades of Vista Blue #A3CFB7
Tints of Vista Blue #A3CFB7
RGB
CMYK
RGB Variations
Color information
#A3CFB7 (or 0xA3CFB7) is known color: Vista Blue. HEX triplet: A3, CF and B7. RGB value is (163,207,183). Sum of RGB (Red+Green+Blue) = 163+207+183=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFB7 is #5C3048. Grayscale: #BFBFBF. Windows color (decimal): -6041673 or 12046243. OLE color: 12046243.
HSL color Cylindrical-coordinate representation of color #A3CFB7: hue angle of 147.27º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CFB7 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 183 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.19 |
| HSL | 147.27º | 0.31% | 0.73% | - |
| HSV(B) | 147.27º | 0.21% | 0.81% | - |
| XYZ | 45.96 | 55.83 | 53.15 | - |
| YUV | 191.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 183 | 0.21 | 0 | 0.12 | 0.19 | 147.27 | 0.31 | 0.73 |
| Hex | A3 | CF | B7 | 15 | 0 | C | 13 | 93 | 1F | 49 |
| Octal | 243 | 317 | 267 | 25 | 0 | 14 | 23 | 223 | 37 | 111 |
| Binary | 10100011 | 11001111 | 10110111 | 10101 | 0 | 1100 | 10011 | 10010011 | 11111 | 1001001 |
Color Harmonies of #A3CFB7
Complementary color
Monochromatic Colors of #A3CFB7
Black with #A3CFB7
Text Example
Text Example
White with #A3CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFB7; }
p { color: rgb(163,207,183); }
H1.HeaderClassName
{
color: #A3CFB7;
}
.AnyTagClassName
{
color: #A3CFB7;
}
</style>
background-color css
<style>
a { background-color: #A3CFB7; }
a { background-color: rgb(163,207,183); }
div.DivClassName
{
background-color: #A3CFB7;
}
.BgClassName
{
background-color: #A3CFB7;
}
</style>
border-color css
<style>
span { border-color: #A3CFB7; }
span { border-color: rgb(163,207,183); }
td.TdClassName
{
border-color: #A3CFB7;
}
.TagClassName
{
border-color: #A3CFB7;
}
</style>