Shades of Vista Blue #A8D5BC
Tints of Vista Blue #A8D5BC
RGB
CMYK
RGB Variations
Color information
#A8D5BC (or 0xA8D5BC) is known color: Vista Blue. HEX triplet: A8, D5 and BC. RGB value is (168,213,188). Sum of RGB (Red+Green+Blue) = 168+213+188=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5BC is #572A43. Grayscale: #C4C4C4. Windows color (decimal): -5712452 or 12375464. OLE color: 12375464.
HSL color Cylindrical-coordinate representation of color #A8D5BC: hue angle of 146.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5BC is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 213 | 188 | - |
CMYK | 0.21 | 0 | 0.12 | 0.16 |
HSL | 146.67º | 0.35% | 0.75% | - |
HSV(B) | 146.67º | 0.21% | 0.84% | - |
XYZ | 49.02 | 59.54 | 56.49 | - |
YUV | 196.7 | 123.09 | 107.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 213 | 188 | 0.21 | 0 | 0.12 | 0.16 | 146.67 | 0.35 | 0.75 |
Hex | A8 | D5 | BC | 15 | 0 | C | 10 | 93 | 23 | 4B |
Octal | 250 | 325 | 274 | 25 | 0 | 14 | 20 | 223 | 43 | 113 |
Binary | 10101000 | 11010101 | 10111100 | 10101 | 0 | 1100 | 10000 | 10010011 | 100011 | 1001011 |
Color Harmonies of #A8D5BC
Complementary color
Monochromatic Colors of #A8D5BC
Black with #A8D5BC
Text Example
Text Example
White with #A8D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D5BC; }
p { color: rgb(168,213,188); }
H1.HeaderClassName
{
color: #A8D5BC;
}
.AnyTagClassName
{
color: #A8D5BC;
}
</style>
background-color css
<style>
a { background-color: #A8D5BC; }
a { background-color: rgb(168,213,188); }
div.DivClassName
{
background-color: #A8D5BC;
}
.BgClassName
{
background-color: #A8D5BC;
}
</style>
border-color css
<style>
span { border-color: #A8D5BC; }
span { border-color: rgb(168,213,188); }
td.TdClassName
{
border-color: #A8D5BC;
}
.TagClassName
{
border-color: #A8D5BC;
}
</style>