Shades of Vista Blue #A1CCB8
Tints of Vista Blue #A1CCB8
RGB
CMYK
RGB Variations
Color information
#A1CCB8 (or 0xA1CCB8) is known color: Vista Blue. HEX triplet: A1, CC and B8. RGB value is (161,204,184). Sum of RGB (Red+Green+Blue) = 161+204+184=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCB8 is #5E3347. Grayscale: #BCBCBC. Windows color (decimal): -6173512 or 12111009. OLE color: 12111009.
HSL color Cylindrical-coordinate representation of color #A1CCB8: hue angle of 152.09º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCB8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 184 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.2 |
| HSL | 152.09º | 0.3% | 0.72% | - |
| HSV(B) | 152.09º | 0.21% | 0.8% | - |
| XYZ | 44.94 | 54.22 | 53.44 | - |
| YUV | 188.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 184 | 0.21 | 0 | 0.10 | 0.2 | 152.09 | 0.3 | 0.72 |
| Hex | A1 | CC | B8 | 15 | 0 | A | 14 | 98 | 1E | 48 |
| Octal | 241 | 314 | 270 | 25 | 0 | 12 | 24 | 230 | 36 | 110 |
| Binary | 10100001 | 11001100 | 10111000 | 10101 | 0 | 1010 | 10100 | 10011000 | 11110 | 1001000 |
Color Harmonies of #A1CCB8
Complementary color
Monochromatic Colors of #A1CCB8
Black with #A1CCB8
Text Example
Text Example
White with #A1CCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCB8; }
p { color: rgb(161,204,184); }
H1.HeaderClassName
{
color: #A1CCB8;
}
.AnyTagClassName
{
color: #A1CCB8;
}
</style>
background-color css
<style>
a { background-color: #A1CCB8; }
a { background-color: rgb(161,204,184); }
div.DivClassName
{
background-color: #A1CCB8;
}
.BgClassName
{
background-color: #A1CCB8;
}
</style>
border-color css
<style>
span { border-color: #A1CCB8; }
span { border-color: rgb(161,204,184); }
td.TdClassName
{
border-color: #A1CCB8;
}
.TagClassName
{
border-color: #A1CCB8;
}
</style>