Shades of Vista Blue #A8DFC1
Tints of Vista Blue #A8DFC1
RGB
CMYK
RGB Variations
Color information
#A8DFC1 (or 0xA8DFC1) is known color: Vista Blue. HEX triplet: A8, DF and C1. RGB value is (168,223,193). Sum of RGB (Red+Green+Blue) = 168+223+193=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFC1 is #57203E. Grayscale: #CBCBCB. Windows color (decimal): -5709887 or 12705704. OLE color: 12705704.
HSL color Cylindrical-coordinate representation of color #A8DFC1: hue angle of 147.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFC1 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 193 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.13 |
| HSL | 147.27º | 0.46% | 0.77% | - |
| HSV(B) | 147.27º | 0.25% | 0.87% | - |
| XYZ | 52.16 | 64.95 | 60.24 | - |
| YUV | 203.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 193 | 0.25 | 0 | 0.13 | 0.13 | 147.27 | 0.46 | 0.77 |
| Hex | A8 | DF | C1 | 19 | 0 | D | D | 93 | 2E | 4D |
| Octal | 250 | 337 | 301 | 31 | 0 | 15 | 15 | 223 | 56 | 115 |
| Binary | 10101000 | 11011111 | 11000001 | 11001 | 0 | 1101 | 1101 | 10010011 | 101110 | 1001101 |
Color Harmonies of #A8DFC1
Complementary color
Monochromatic Colors of #A8DFC1
Black with #A8DFC1
Text Example
Text Example
White with #A8DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFC1; }
p { color: rgb(168,223,193); }
H1.HeaderClassName
{
color: #A8DFC1;
}
.AnyTagClassName
{
color: #A8DFC1;
}
</style>
background-color css
<style>
a { background-color: #A8DFC1; }
a { background-color: rgb(168,223,193); }
div.DivClassName
{
background-color: #A8DFC1;
}
.BgClassName
{
background-color: #A8DFC1;
}
</style>
border-color css
<style>
span { border-color: #A8DFC1; }
span { border-color: rgb(168,223,193); }
td.TdClassName
{
border-color: #A8DFC1;
}
.TagClassName
{
border-color: #A8DFC1;
}
</style>