Shades of Vista Blue #A1DDC3
Tints of Vista Blue #A1DDC3
RGB
CMYK
RGB Variations
Color information
#A1DDC3 (or 0xA1DDC3) is known color: Vista Blue. HEX triplet: A1, DD and C3. RGB value is (161,221,195). Sum of RGB (Red+Green+Blue) = 161+221+195=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDC3 is #5E223C. Grayscale: #C8C8C8. Windows color (decimal): -6169149 or 12836257. OLE color: 12836257.
HSL color Cylindrical-coordinate representation of color #A1DDC3: hue angle of 154º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDC3 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 195 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.13 |
| HSL | 154º | 0.47% | 0.75% | - |
| HSV(B) | 154º | 0.27% | 0.87% | - |
| XYZ | 50.4 | 63.23 | 61.18 | - |
| YUV | 200.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 195 | 0.27 | 0 | 0.12 | 0.13 | 154 | 0.47 | 0.75 |
| Hex | A1 | DD | C3 | 1B | 0 | C | D | 9A | 2F | 4B |
| Octal | 241 | 335 | 303 | 33 | 0 | 14 | 15 | 232 | 57 | 113 |
| Binary | 10100001 | 11011101 | 11000011 | 11011 | 0 | 1100 | 1101 | 10011010 | 101111 | 1001011 |
Color Harmonies of #A1DDC3
Complementary color
Monochromatic Colors of #A1DDC3
Black with #A1DDC3
Text Example
Text Example
White with #A1DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDC3; }
p { color: rgb(161,221,195); }
H1.HeaderClassName
{
color: #A1DDC3;
}
.AnyTagClassName
{
color: #A1DDC3;
}
</style>
background-color css
<style>
a { background-color: #A1DDC3; }
a { background-color: rgb(161,221,195); }
div.DivClassName
{
background-color: #A1DDC3;
}
.BgClassName
{
background-color: #A1DDC3;
}
</style>
border-color css
<style>
span { border-color: #A1DDC3; }
span { border-color: rgb(161,221,195); }
td.TdClassName
{
border-color: #A1DDC3;
}
.TagClassName
{
border-color: #A1DDC3;
}
</style>