Shades of Vista Blue #A8DDC1
Tints of Vista Blue #A8DDC1
RGB
CMYK
RGB Variations
Color information
#A8DDC1 (or 0xA8DDC1) is known color: Vista Blue. HEX triplet: A8, DD and C1. RGB value is (168,221,193). Sum of RGB (Red+Green+Blue) = 168+221+193=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDC1 is #57223E. Grayscale: #CACACA. Windows color (decimal): -5710399 or 12705192. OLE color: 12705192.
HSL color Cylindrical-coordinate representation of color #A8DDC1: hue angle of 148.3º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDC1 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 193 | - |
CMYK | 0.24 | 0 | 0.13 | 0.13 |
HSL | 148.3º | 0.44% | 0.76% | - |
HSV(B) | 148.3º | 0.24% | 0.87% | - |
XYZ | 51.63 | 63.89 | 60.06 | - |
YUV | 201.96 | 122.94 | 103.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 193 | 0.24 | 0 | 0.13 | 0.13 | 148.3 | 0.44 | 0.76 |
Hex | A8 | DD | C1 | 18 | 0 | D | D | 94 | 2C | 4C |
Octal | 250 | 335 | 301 | 30 | 0 | 15 | 15 | 224 | 54 | 114 |
Binary | 10101000 | 11011101 | 11000001 | 11000 | 0 | 1101 | 1101 | 10010100 | 101100 | 1001100 |
Color Harmonies of #A8DDC1
Complementary color
Monochromatic Colors of #A8DDC1
Black with #A8DDC1
Text Example
Text Example
White with #A8DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDC1; }
p { color: rgb(168,221,193); }
H1.HeaderClassName
{
color: #A8DDC1;
}
.AnyTagClassName
{
color: #A8DDC1;
}
</style>
background-color css
<style>
a { background-color: #A8DDC1; }
a { background-color: rgb(168,221,193); }
div.DivClassName
{
background-color: #A8DDC1;
}
.BgClassName
{
background-color: #A8DDC1;
}
</style>
border-color css
<style>
span { border-color: #A8DDC1; }
span { border-color: rgb(168,221,193); }
td.TdClassName
{
border-color: #A8DDC1;
}
.TagClassName
{
border-color: #A8DDC1;
}
</style>