Shades of Vista Blue #A1D6BE
Tints of Vista Blue #A1D6BE
RGB
CMYK
RGB Variations
Color information
#A1D6BE (or 0xA1D6BE) is known color: Vista Blue. HEX triplet: A1, D6 and BE. RGB value is (161,214,190). Sum of RGB (Red+Green+Blue) = 161+214+190=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D6BE is #5E2941. Grayscale: #C3C3C3. Windows color (decimal): -6170946 or 12506785. OLE color: 12506785.
HSL color Cylindrical-coordinate representation of color #A1D6BE: hue angle of 152.83º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6BE is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 190 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.16 |
| HSL | 152.83º | 0.39% | 0.74% | - |
| HSV(B) | 152.83º | 0.25% | 0.84% | - |
| XYZ | 48.04 | 59.39 | 57.65 | - |
| YUV | 195.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 190 | 0.25 | 0 | 0.11 | 0.16 | 152.83 | 0.39 | 0.74 |
| Hex | A1 | D6 | BE | 19 | 0 | B | 10 | 99 | 27 | 4A |
| Octal | 241 | 326 | 276 | 31 | 0 | 13 | 20 | 231 | 47 | 112 |
| Binary | 10100001 | 11010110 | 10111110 | 11001 | 0 | 1011 | 10000 | 10011001 | 100111 | 1001010 |
Color Harmonies of #A1D6BE
Complementary color
Monochromatic Colors of #A1D6BE
Black with #A1D6BE
Text Example
Text Example
White with #A1D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D6BE; }
p { color: rgb(161,214,190); }
H1.HeaderClassName
{
color: #A1D6BE;
}
.AnyTagClassName
{
color: #A1D6BE;
}
</style>
background-color css
<style>
a { background-color: #A1D6BE; }
a { background-color: rgb(161,214,190); }
div.DivClassName
{
background-color: #A1D6BE;
}
.BgClassName
{
background-color: #A1D6BE;
}
</style>
border-color css
<style>
span { border-color: #A1D6BE; }
span { border-color: rgb(161,214,190); }
td.TdClassName
{
border-color: #A1D6BE;
}
.TagClassName
{
border-color: #A1D6BE;
}
</style>