Shades of Vista Blue #A8DCBC
Tints of Vista Blue #A8DCBC
RGB
CMYK
RGB Variations
Color information
#A8DCBC (or 0xA8DCBC) is known color: Vista Blue. HEX triplet: A8, DC and BC. RGB value is (168,220,188). Sum of RGB (Red+Green+Blue) = 168+220+188=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCBC is #572343. Grayscale: #C8C8C8. Windows color (decimal): -5710660 or 12377256. OLE color: 12377256.
HSL color Cylindrical-coordinate representation of color #A8DCBC: hue angle of 143.08º 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 #A8DCBC is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 188 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.14 |
| HSL | 143.08º | 0.43% | 0.76% | - |
| HSV(B) | 143.08º | 0.24% | 0.86% | - |
| XYZ | 50.82 | 63.14 | 57.09 | - |
| YUV | 200.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 188 | 0.24 | 0 | 0.15 | 0.14 | 143.08 | 0.43 | 0.76 |
| Hex | A8 | DC | BC | 18 | 0 | F | E | 8F | 2B | 4C |
| Octal | 250 | 334 | 274 | 30 | 0 | 17 | 16 | 217 | 53 | 114 |
| Binary | 10101000 | 11011100 | 10111100 | 11000 | 0 | 1111 | 1110 | 10001111 | 101011 | 1001100 |
Color Harmonies of #A8DCBC
Complementary color
Monochromatic Colors of #A8DCBC
Black with #A8DCBC
Text Example
Text Example
White with #A8DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCBC; }
p { color: rgb(168,220,188); }
H1.HeaderClassName
{
color: #A8DCBC;
}
.AnyTagClassName
{
color: #A8DCBC;
}
</style>
background-color css
<style>
a { background-color: #A8DCBC; }
a { background-color: rgb(168,220,188); }
div.DivClassName
{
background-color: #A8DCBC;
}
.BgClassName
{
background-color: #A8DCBC;
}
</style>
border-color css
<style>
span { border-color: #A8DCBC; }
span { border-color: rgb(168,220,188); }
td.TdClassName
{
border-color: #A8DCBC;
}
.TagClassName
{
border-color: #A8DCBC;
}
</style>