Shades of Vista Blue #A8DAC1
Tints of Vista Blue #A8DAC1
RGB
CMYK
RGB Variations
Color information
#A8DAC1 (or 0xA8DAC1) is known color: Vista Blue. HEX triplet: A8, DA and C1. RGB value is (168,218,193). Sum of RGB (Red+Green+Blue) = 168+218+193=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAC1 is #57253E. Grayscale: #C8C8C8. Windows color (decimal): -5711167 or 12704424. OLE color: 12704424.
HSL color Cylindrical-coordinate representation of color #A8DAC1: hue angle of 150º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAC1 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 218 | 193 | - |
CMYK | 0.23 | 0 | 0.11 | 0.15 |
HSL | 150º | 0.4% | 0.76% | - |
HSV(B) | 150º | 0.23% | 0.85% | - |
XYZ | 50.85 | 62.32 | 59.8 | - |
YUV | 200.2 | 123.94 | 105.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 218 | 193 | 0.23 | 0 | 0.11 | 0.15 | 150 | 0.4 | 0.76 |
Hex | A8 | DA | C1 | 17 | 0 | B | F | 96 | 28 | 4C |
Octal | 250 | 332 | 301 | 27 | 0 | 13 | 17 | 226 | 50 | 114 |
Binary | 10101000 | 11011010 | 11000001 | 10111 | 0 | 1011 | 1111 | 10010110 | 101000 | 1001100 |
Color Harmonies of #A8DAC1
Complementary color
Monochromatic Colors of #A8DAC1
Black with #A8DAC1
Text Example
Text Example
White with #A8DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAC1; }
p { color: rgb(168,218,193); }
H1.HeaderClassName
{
color: #A8DAC1;
}
.AnyTagClassName
{
color: #A8DAC1;
}
</style>
background-color css
<style>
a { background-color: #A8DAC1; }
a { background-color: rgb(168,218,193); }
div.DivClassName
{
background-color: #A8DAC1;
}
.BgClassName
{
background-color: #A8DAC1;
}
</style>
border-color css
<style>
span { border-color: #A8DAC1; }
span { border-color: rgb(168,218,193); }
td.TdClassName
{
border-color: #A8DAC1;
}
.TagClassName
{
border-color: #A8DAC1;
}
</style>