Shades of Vista Blue #A5CBB8
Tints of Vista Blue #A5CBB8
RGB
CMYK
RGB Variations
Color information
#A5CBB8 (or 0xA5CBB8) is known color: Vista Blue. HEX triplet: A5, CB and B8. RGB value is (165,203,184). Sum of RGB (Red+Green+Blue) = 165+203+184=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBB8 is #5A3447. Grayscale: #BDBDBD. Windows color (decimal): -5911624 or 12110757. OLE color: 12110757.
HSL color Cylindrical-coordinate representation of color #A5CBB8: hue angle of 150º degrees, saturation: 0.27, 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 #A5CBB8 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 184 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.20 |
| HSL | 150º | 0.27% | 0.72% | - |
| HSV(B) | 150º | 0.19% | 0.8% | - |
| XYZ | 45.52 | 54.17 | 53.4 | - |
| YUV | 189.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 184 | 0.19 | 0 | 0.09 | 0.20 | 150 | 0.27 | 0.72 |
| Hex | A5 | CB | B8 | 13 | 0 | 9 | 14 | 96 | 1B | 48 |
| Octal | 245 | 313 | 270 | 23 | 0 | 11 | 24 | 226 | 33 | 110 |
| Binary | 10100101 | 11001011 | 10111000 | 10011 | 0 | 1001 | 10100 | 10010110 | 11011 | 1001000 |
Color Harmonies of #A5CBB8
Complementary color
Monochromatic Colors of #A5CBB8
Black with #A5CBB8
Text Example
Text Example
White with #A5CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBB8; }
p { color: rgb(165,203,184); }
H1.HeaderClassName
{
color: #A5CBB8;
}
.AnyTagClassName
{
color: #A5CBB8;
}
</style>
background-color css
<style>
a { background-color: #A5CBB8; }
a { background-color: rgb(165,203,184); }
div.DivClassName
{
background-color: #A5CBB8;
}
.BgClassName
{
background-color: #A5CBB8;
}
</style>
border-color css
<style>
span { border-color: #A5CBB8; }
span { border-color: rgb(165,203,184); }
td.TdClassName
{
border-color: #A5CBB8;
}
.TagClassName
{
border-color: #A5CBB8;
}
</style>