Shades of Vista Blue #A8DDBF
Tints of Vista Blue #A8DDBF
RGB
CMYK
RGB Variations
Color information
#A8DDBF (or 0xA8DDBF) is known color: Vista Blue. HEX triplet: A8, DD and BF. RGB value is (168,221,191). Sum of RGB (Red+Green+Blue) = 168+221+191=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDBF is #572240. Grayscale: #C9C9C9. Windows color (decimal): -5710401 or 12574120. OLE color: 12574120.
HSL color Cylindrical-coordinate representation of color #A8DDBF: hue angle of 146.04º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDBF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 191 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.13 |
| HSL | 146.04º | 0.44% | 0.76% | - |
| HSV(B) | 146.04º | 0.24% | 0.87% | - |
| XYZ | 51.41 | 63.8 | 58.9 | - |
| YUV | 201.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 191 | 0.24 | 0 | 0.14 | 0.13 | 146.04 | 0.44 | 0.76 |
| Hex | A8 | DD | BF | 18 | 0 | E | D | 92 | 2C | 4C |
| Octal | 250 | 335 | 277 | 30 | 0 | 16 | 15 | 222 | 54 | 114 |
| Binary | 10101000 | 11011101 | 10111111 | 11000 | 0 | 1110 | 1101 | 10010010 | 101100 | 1001100 |
Color Harmonies of #A8DDBF
Complementary color
Monochromatic Colors of #A8DDBF
Black with #A8DDBF
Text Example
Text Example
White with #A8DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDBF; }
p { color: rgb(168,221,191); }
H1.HeaderClassName
{
color: #A8DDBF;
}
.AnyTagClassName
{
color: #A8DDBF;
}
</style>
background-color css
<style>
a { background-color: #A8DDBF; }
a { background-color: rgb(168,221,191); }
div.DivClassName
{
background-color: #A8DDBF;
}
.BgClassName
{
background-color: #A8DDBF;
}
</style>
border-color css
<style>
span { border-color: #A8DDBF; }
span { border-color: rgb(168,221,191); }
td.TdClassName
{
border-color: #A8DDBF;
}
.TagClassName
{
border-color: #A8DDBF;
}
</style>