Shades of Vista Blue #A3CBB5
Tints of Vista Blue #A3CBB5
RGB
CMYK
RGB Variations
Color information
#A3CBB5 (or 0xA3CBB5) is known color: Vista Blue. HEX triplet: A3, CB and B5. RGB value is (163,203,181). Sum of RGB (Red+Green+Blue) = 163+203+181=547 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.80% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBB5 is #5C344A. Grayscale: #BCBCBC. Windows color (decimal): -6042699 or 11914147. OLE color: 11914147.
HSL color Cylindrical-coordinate representation of color #A3CBB5: hue angle of 147º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CBB5 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 181 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.20 |
| HSL | 147º | 0.28% | 0.72% | - |
| HSV(B) | 147º | 0.2% | 0.8% | - |
| XYZ | 44.8 | 53.83 | 51.75 | - |
| YUV | 188.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 181 | 0.20 | 0 | 0.11 | 0.20 | 147 | 0.28 | 0.72 |
| Hex | A3 | CB | B5 | 14 | 0 | B | 14 | 93 | 1C | 48 |
| Octal | 243 | 313 | 265 | 24 | 0 | 13 | 24 | 223 | 34 | 110 |
| Binary | 10100011 | 11001011 | 10110101 | 10100 | 0 | 1011 | 10100 | 10010011 | 11100 | 1001000 |
Color Harmonies of #A3CBB5
Complementary color
Monochromatic Colors of #A3CBB5
Black with #A3CBB5
Text Example
Text Example
White with #A3CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBB5; }
p { color: rgb(163,203,181); }
H1.HeaderClassName
{
color: #A3CBB5;
}
.AnyTagClassName
{
color: #A3CBB5;
}
</style>
background-color css
<style>
a { background-color: #A3CBB5; }
a { background-color: rgb(163,203,181); }
div.DivClassName
{
background-color: #A3CBB5;
}
.BgClassName
{
background-color: #A3CBB5;
}
</style>
border-color css
<style>
span { border-color: #A3CBB5; }
span { border-color: rgb(163,203,181); }
td.TdClassName
{
border-color: #A3CBB5;
}
.TagClassName
{
border-color: #A3CBB5;
}
</style>