Shades of Vista Blue #A8DCBF
Tints of Vista Blue #A8DCBF
RGB
CMYK
RGB Variations
Color information
#A8DCBF (or 0xA8DCBF) is known color: Vista Blue. HEX triplet: A8, DC and BF. RGB value is (168,220,191). Sum of RGB (Red+Green+Blue) = 168+220+191=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCBF is #572340. Grayscale: #C9C9C9. Windows color (decimal): -5710657 or 12573864. OLE color: 12573864.
HSL color Cylindrical-coordinate representation of color #A8DCBF: hue angle of 146.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCBF is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 191 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.14 |
| HSL | 146.54º | 0.43% | 0.76% | - |
| HSV(B) | 146.54º | 0.24% | 0.86% | - |
| XYZ | 51.15 | 63.27 | 58.81 | - |
| YUV | 201.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 191 | 0.24 | 0 | 0.13 | 0.14 | 146.54 | 0.43 | 0.76 |
| Hex | A8 | DC | BF | 18 | 0 | D | E | 93 | 2B | 4C |
| Octal | 250 | 334 | 277 | 30 | 0 | 15 | 16 | 223 | 53 | 114 |
| Binary | 10101000 | 11011100 | 10111111 | 11000 | 0 | 1101 | 1110 | 10010011 | 101011 | 1001100 |
Color Harmonies of #A8DCBF
Complementary color
Monochromatic Colors of #A8DCBF
Black with #A8DCBF
Text Example
Text Example
White with #A8DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCBF; }
p { color: rgb(168,220,191); }
H1.HeaderClassName
{
color: #A8DCBF;
}
.AnyTagClassName
{
color: #A8DCBF;
}
</style>
background-color css
<style>
a { background-color: #A8DCBF; }
a { background-color: rgb(168,220,191); }
div.DivClassName
{
background-color: #A8DCBF;
}
.BgClassName
{
background-color: #A8DCBF;
}
</style>
border-color css
<style>
span { border-color: #A8DCBF; }
span { border-color: rgb(168,220,191); }
td.TdClassName
{
border-color: #A8DCBF;
}
.TagClassName
{
border-color: #A8DCBF;
}
</style>