Shades of Vista Blue #A8DABD
Tints of Vista Blue #A8DABD
RGB
CMYK
RGB Variations
Color information
#A8DABD (or 0xA8DABD) is known color: Vista Blue. HEX triplet: A8, DA and BD. RGB value is (168,218,189). Sum of RGB (Red+Green+Blue) = 168+218+189=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DABD is #572542. Grayscale: #C7C7C7. Windows color (decimal): -5711171 or 12442280. OLE color: 12442280.
HSL color Cylindrical-coordinate representation of color #A8DABD: hue angle of 145.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DABD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 189 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.15 |
| HSL | 145.2º | 0.4% | 0.76% | - |
| HSV(B) | 145.2º | 0.23% | 0.85% | - |
| XYZ | 50.41 | 62.14 | 57.48 | - |
| YUV | 199.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 189 | 0.23 | 0 | 0.13 | 0.15 | 145.2 | 0.4 | 0.76 |
| Hex | A8 | DA | BD | 17 | 0 | D | F | 91 | 28 | 4C |
| Octal | 250 | 332 | 275 | 27 | 0 | 15 | 17 | 221 | 50 | 114 |
| Binary | 10101000 | 11011010 | 10111101 | 10111 | 0 | 1101 | 1111 | 10010001 | 101000 | 1001100 |
Color Harmonies of #A8DABD
Complementary color
Monochromatic Colors of #A8DABD
Black with #A8DABD
Text Example
Text Example
White with #A8DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DABD; }
p { color: rgb(168,218,189); }
H1.HeaderClassName
{
color: #A8DABD;
}
.AnyTagClassName
{
color: #A8DABD;
}
</style>
background-color css
<style>
a { background-color: #A8DABD; }
a { background-color: rgb(168,218,189); }
div.DivClassName
{
background-color: #A8DABD;
}
.BgClassName
{
background-color: #A8DABD;
}
</style>
border-color css
<style>
span { border-color: #A8DABD; }
span { border-color: rgb(168,218,189); }
td.TdClassName
{
border-color: #A8DABD;
}
.TagClassName
{
border-color: #A8DABD;
}
</style>