Shades of Vista Blue #A8DBBF
Tints of Vista Blue #A8DBBF
RGB
CMYK
RGB Variations
Color information
#A8DBBF (or 0xA8DBBF) is known color: Vista Blue. HEX triplet: A8, DB and BF. RGB value is (168,219,191). Sum of RGB (Red+Green+Blue) = 168+219+191=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBBF is #572440. Grayscale: #C8C8C8. Windows color (decimal): -5710913 or 12573608. OLE color: 12573608.
HSL color Cylindrical-coordinate representation of color #A8DBBF: hue angle of 147.06º 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 #A8DBBF is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 191 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.14 |
| HSL | 147.06º | 0.41% | 0.76% | - |
| HSV(B) | 147.06º | 0.23% | 0.86% | - |
| XYZ | 50.88 | 62.75 | 58.72 | - |
| YUV | 200.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 191 | 0.23 | 0 | 0.13 | 0.14 | 147.06 | 0.41 | 0.76 |
| Hex | A8 | DB | BF | 17 | 0 | D | E | 93 | 29 | 4C |
| Octal | 250 | 333 | 277 | 27 | 0 | 15 | 16 | 223 | 51 | 114 |
| Binary | 10101000 | 11011011 | 10111111 | 10111 | 0 | 1101 | 1110 | 10010011 | 101001 | 1001100 |
Color Harmonies of #A8DBBF
Complementary color
Monochromatic Colors of #A8DBBF
Black with #A8DBBF
Text Example
Text Example
White with #A8DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBBF; }
p { color: rgb(168,219,191); }
H1.HeaderClassName
{
color: #A8DBBF;
}
.AnyTagClassName
{
color: #A8DBBF;
}
</style>
background-color css
<style>
a { background-color: #A8DBBF; }
a { background-color: rgb(168,219,191); }
div.DivClassName
{
background-color: #A8DBBF;
}
.BgClassName
{
background-color: #A8DBBF;
}
</style>
border-color css
<style>
span { border-color: #A8DBBF; }
span { border-color: rgb(168,219,191); }
td.TdClassName
{
border-color: #A8DBBF;
}
.TagClassName
{
border-color: #A8DBBF;
}
</style>