Shades of Vista Blue #A3CFB5
Tints of Vista Blue #A3CFB5
RGB
CMYK
RGB Variations
Color information
#A3CFB5 (or 0xA3CFB5) is known color: Vista Blue. HEX triplet: A3, CF and B5. RGB value is (163,207,181). Sum of RGB (Red+Green+Blue) = 163+207+181=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFB5 is #5C304A. Grayscale: #BEBEBE. Windows color (decimal): -6041675 or 11915171. OLE color: 11915171.
HSL color Cylindrical-coordinate representation of color #A3CFB5: hue angle of 144.55º 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 #A3CFB5 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 181 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.19 |
| HSL | 144.55º | 0.31% | 0.73% | - |
| HSV(B) | 144.55º | 0.21% | 0.81% | - |
| XYZ | 45.76 | 55.75 | 52.06 | - |
| YUV | 190.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 181 | 0.21 | 0 | 0.13 | 0.19 | 144.55 | 0.31 | 0.73 |
| Hex | A3 | CF | B5 | 15 | 0 | D | 13 | 91 | 1F | 49 |
| Octal | 243 | 317 | 265 | 25 | 0 | 15 | 23 | 221 | 37 | 111 |
| Binary | 10100011 | 11001111 | 10110101 | 10101 | 0 | 1101 | 10011 | 10010001 | 11111 | 1001001 |
Color Harmonies of #A3CFB5
Complementary color
Monochromatic Colors of #A3CFB5
Black with #A3CFB5
Text Example
Text Example
White with #A3CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFB5; }
p { color: rgb(163,207,181); }
H1.HeaderClassName
{
color: #A3CFB5;
}
.AnyTagClassName
{
color: #A3CFB5;
}
</style>
background-color css
<style>
a { background-color: #A3CFB5; }
a { background-color: rgb(163,207,181); }
div.DivClassName
{
background-color: #A3CFB5;
}
.BgClassName
{
background-color: #A3CFB5;
}
</style>
border-color css
<style>
span { border-color: #A3CFB5; }
span { border-color: rgb(163,207,181); }
td.TdClassName
{
border-color: #A3CFB5;
}
.TagClassName
{
border-color: #A3CFB5;
}
</style>