Shades of Vista Blue #A1DFB5
Tints of Vista Blue #A1DFB5
RGB
CMYK
RGB Variations
Color information
#A1DFB5 (or 0xA1DFB5) is known color: Vista Blue. HEX triplet: A1, DF and B5. RGB value is (161,223,181). Sum of RGB (Red+Green+Blue) = 161+223+181=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFB5 is #5E204A. Grayscale: #C7C7C7. Windows color (decimal): -6168651 or 11919265. OLE color: 11919265.
HSL color Cylindrical-coordinate representation of color #A1DFB5: hue angle of 139.35º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFB5 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 161 | 223 | 181 | - |
CMYK | 0.28 | 0 | 0.19 | 0.13 |
HSL | 139.35º | 0.49% | 0.75% | - |
HSV(B) | 139.35º | 0.28% | 0.87% | - |
XYZ | 49.43 | 63.69 | 53.4 | - |
YUV | 199.67 | 117.46 | 100.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 223 | 181 | 0.28 | 0 | 0.19 | 0.13 | 139.35 | 0.49 | 0.75 |
Hex | A1 | DF | B5 | 1C | 0 | 13 | D | 8B | 31 | 4B |
Octal | 241 | 337 | 265 | 34 | 0 | 23 | 15 | 213 | 61 | 113 |
Binary | 10100001 | 11011111 | 10110101 | 11100 | 0 | 10011 | 1101 | 10001011 | 110001 | 1001011 |
Color Harmonies of #A1DFB5
Complementary color
Monochromatic Colors of #A1DFB5
Black with #A1DFB5
Text Example
Text Example
White with #A1DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFB5; }
p { color: rgb(161,223,181); }
H1.HeaderClassName
{
color: #A1DFB5;
}
.AnyTagClassName
{
color: #A1DFB5;
}
</style>
background-color css
<style>
a { background-color: #A1DFB5; }
a { background-color: rgb(161,223,181); }
div.DivClassName
{
background-color: #A1DFB5;
}
.BgClassName
{
background-color: #A1DFB5;
}
</style>
border-color css
<style>
span { border-color: #A1DFB5; }
span { border-color: rgb(161,223,181); }
td.TdClassName
{
border-color: #A1DFB5;
}
.TagClassName
{
border-color: #A1DFB5;
}
</style>