Shades of Vista Blue #A3CBB3
Tints of Vista Blue #A3CBB3
RGB
CMYK
RGB Variations
Color information
#A3CBB3 (or 0xA3CBB3) is known color: Vista Blue. HEX triplet: A3, CB and B3. RGB value is (163,203,179). Sum of RGB (Red+Green+Blue) = 163+203+179=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBB3 is #5C344C. Grayscale: #BCBCBC. Windows color (decimal): -6042701 or 11783075. OLE color: 11783075.
HSL color Cylindrical-coordinate representation of color #A3CBB3: hue angle of 144º 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 #A3CBB3 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 179 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.20 |
| HSL | 144º | 0.28% | 0.72% | - |
| HSV(B) | 144º | 0.2% | 0.8% | - |
| XYZ | 44.6 | 53.75 | 50.67 | - |
| YUV | 188.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 179 | 0.20 | 0 | 0.12 | 0.20 | 144 | 0.28 | 0.72 |
| Hex | A3 | CB | B3 | 14 | 0 | C | 14 | 90 | 1C | 48 |
| Octal | 243 | 313 | 263 | 24 | 0 | 14 | 24 | 220 | 34 | 110 |
| Binary | 10100011 | 11001011 | 10110011 | 10100 | 0 | 1100 | 10100 | 10010000 | 11100 | 1001000 |
Color Harmonies of #A3CBB3
Complementary color
Monochromatic Colors of #A3CBB3
Black with #A3CBB3
Text Example
Text Example
White with #A3CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBB3; }
p { color: rgb(163,203,179); }
H1.HeaderClassName
{
color: #A3CBB3;
}
.AnyTagClassName
{
color: #A3CBB3;
}
</style>
background-color css
<style>
a { background-color: #A3CBB3; }
a { background-color: rgb(163,203,179); }
div.DivClassName
{
background-color: #A3CBB3;
}
.BgClassName
{
background-color: #A3CBB3;
}
</style>
border-color css
<style>
span { border-color: #A3CBB3; }
span { border-color: rgb(163,203,179); }
td.TdClassName
{
border-color: #A3CBB3;
}
.TagClassName
{
border-color: #A3CBB3;
}
</style>