Shades of Vista Blue #A5CCB5
Tints of Vista Blue #A5CCB5
RGB
CMYK
RGB Variations
Color information
#A5CCB5 (or 0xA5CCB5) is known color: Vista Blue. HEX triplet: A5, CC and B5. RGB value is (165,204,181). Sum of RGB (Red+Green+Blue) = 165+204+181=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCB5 is #5A334A. Grayscale: #BDBDBD. Windows color (decimal): -5911371 or 11914405. OLE color: 11914405.
HSL color Cylindrical-coordinate representation of color #A5CCB5: hue angle of 144.62º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5CCB5 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 181 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.2 |
| HSL | 144.62º | 0.28% | 0.72% | - |
| HSV(B) | 144.62º | 0.19% | 0.8% | - |
| XYZ | 45.45 | 54.52 | 51.84 | - |
| YUV | 189.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 181 | 0.19 | 0 | 0.11 | 0.2 | 144.62 | 0.28 | 0.72 |
| Hex | A5 | CC | B5 | 13 | 0 | B | 14 | 91 | 1C | 48 |
| Octal | 245 | 314 | 265 | 23 | 0 | 13 | 24 | 221 | 34 | 110 |
| Binary | 10100101 | 11001100 | 10110101 | 10011 | 0 | 1011 | 10100 | 10010001 | 11100 | 1001000 |
Color Harmonies of #A5CCB5
Complementary color
Monochromatic Colors of #A5CCB5
Black with #A5CCB5
Text Example
Text Example
White with #A5CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CCB5; }
p { color: rgb(165,204,181); }
H1.HeaderClassName
{
color: #A5CCB5;
}
.AnyTagClassName
{
color: #A5CCB5;
}
</style>
background-color css
<style>
a { background-color: #A5CCB5; }
a { background-color: rgb(165,204,181); }
div.DivClassName
{
background-color: #A5CCB5;
}
.BgClassName
{
background-color: #A5CCB5;
}
</style>
border-color css
<style>
span { border-color: #A5CCB5; }
span { border-color: rgb(165,204,181); }
td.TdClassName
{
border-color: #A5CCB5;
}
.TagClassName
{
border-color: #A5CCB5;
}
</style>