Shades of Vista Blue #A8DBBD
Tints of Vista Blue #A8DBBD
RGB
CMYK
RGB Variations
Color information
#A8DBBD (or 0xA8DBBD) is known color: Vista Blue. HEX triplet: A8, DB and BD. RGB value is (168,219,189). Sum of RGB (Red+Green+Blue) = 168+219+189=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBBD is #572442. Grayscale: #C8C8C8. Windows color (decimal): -5710915 or 12442536. OLE color: 12442536.
HSL color Cylindrical-coordinate representation of color #A8DBBD: hue angle of 144.71º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBBD is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 189 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.14 |
| HSL | 144.71º | 0.41% | 0.76% | - |
| HSV(B) | 144.71º | 0.23% | 0.86% | - |
| XYZ | 50.67 | 62.66 | 57.57 | - |
| YUV | 200.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 189 | 0.23 | 0 | 0.14 | 0.14 | 144.71 | 0.41 | 0.76 |
| Hex | A8 | DB | BD | 17 | 0 | E | E | 91 | 29 | 4C |
| Octal | 250 | 333 | 275 | 27 | 0 | 16 | 16 | 221 | 51 | 114 |
| Binary | 10101000 | 11011011 | 10111101 | 10111 | 0 | 1110 | 1110 | 10010001 | 101001 | 1001100 |
Color Harmonies of #A8DBBD
Complementary color
Monochromatic Colors of #A8DBBD
Black with #A8DBBD
Text Example
Text Example
White with #A8DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBBD; }
p { color: rgb(168,219,189); }
H1.HeaderClassName
{
color: #A8DBBD;
}
.AnyTagClassName
{
color: #A8DBBD;
}
</style>
background-color css
<style>
a { background-color: #A8DBBD; }
a { background-color: rgb(168,219,189); }
div.DivClassName
{
background-color: #A8DBBD;
}
.BgClassName
{
background-color: #A8DBBD;
}
</style>
border-color css
<style>
span { border-color: #A8DBBD; }
span { border-color: rgb(168,219,189); }
td.TdClassName
{
border-color: #A8DBBD;
}
.TagClassName
{
border-color: #A8DBBD;
}
</style>