Shades of Vista Blue #A1DDBD
Tints of Vista Blue #A1DDBD
RGB
CMYK
RGB Variations
Color information
#A1DDBD (or 0xA1DDBD) is known color: Vista Blue. HEX triplet: A1, DD and BD. RGB value is (161,221,189). Sum of RGB (Red+Green+Blue) = 161+221+189=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDBD is #5E2242. Grayscale: #C7C7C7. Windows color (decimal): -6169155 or 12443041. OLE color: 12443041.
HSL color Cylindrical-coordinate representation of color #A1DDBD: hue angle of 148º 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 #A1DDBD is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 161 | 221 | 189 | - |
CMYK | 0.27 | 0 | 0.14 | 0.13 |
HSL | 148º | 0.47% | 0.75% | - |
HSV(B) | 148º | 0.27% | 0.87% | - |
XYZ | 49.74 | 62.96 | 57.68 | - |
YUV | 199.41 | 122.12 | 100.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 221 | 189 | 0.27 | 0 | 0.14 | 0.13 | 148 | 0.47 | 0.75 |
Hex | A1 | DD | BD | 1B | 0 | E | D | 94 | 2F | 4B |
Octal | 241 | 335 | 275 | 33 | 0 | 16 | 15 | 224 | 57 | 113 |
Binary | 10100001 | 11011101 | 10111101 | 11011 | 0 | 1110 | 1101 | 10010100 | 101111 | 1001011 |
Color Harmonies of #A1DDBD
Complementary color
Monochromatic Colors of #A1DDBD
Black with #A1DDBD
Text Example
Text Example
White with #A1DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDBD; }
p { color: rgb(161,221,189); }
H1.HeaderClassName
{
color: #A1DDBD;
}
.AnyTagClassName
{
color: #A1DDBD;
}
</style>
background-color css
<style>
a { background-color: #A1DDBD; }
a { background-color: rgb(161,221,189); }
div.DivClassName
{
background-color: #A1DDBD;
}
.BgClassName
{
background-color: #A1DDBD;
}
</style>
border-color css
<style>
span { border-color: #A1DDBD; }
span { border-color: rgb(161,221,189); }
td.TdClassName
{
border-color: #A1DDBD;
}
.TagClassName
{
border-color: #A1DDBD;
}
</style>