Shades of Vista Blue #A1DBB8
Tints of Vista Blue #A1DBB8
RGB
CMYK
RGB Variations
Color information
#A1DBB8 (or 0xA1DBB8) is known color: Vista Blue. HEX triplet: A1, DB and B8. RGB value is (161,219,184). Sum of RGB (Red+Green+Blue) = 161+219+184=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBB8 is #5E2447. Grayscale: #C5C5C5. Windows color (decimal): -6169672 or 12114849. OLE color: 12114849.
HSL color Cylindrical-coordinate representation of color #A1DBB8: hue angle of 143.79º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DBB8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 184 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.14 |
| HSL | 143.79º | 0.45% | 0.75% | - |
| HSV(B) | 143.79º | 0.26% | 0.86% | - |
| XYZ | 48.68 | 61.7 | 54.69 | - |
| YUV | 197.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 184 | 0.26 | 0 | 0.16 | 0.14 | 143.79 | 0.45 | 0.75 |
| Hex | A1 | DB | B8 | 1A | 0 | 10 | E | 90 | 2D | 4B |
| Octal | 241 | 333 | 270 | 32 | 0 | 20 | 16 | 220 | 55 | 113 |
| Binary | 10100001 | 11011011 | 10111000 | 11010 | 0 | 10000 | 1110 | 10010000 | 101101 | 1001011 |
Color Harmonies of #A1DBB8
Complementary color
Monochromatic Colors of #A1DBB8
Black with #A1DBB8
Text Example
Text Example
White with #A1DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBB8; }
p { color: rgb(161,219,184); }
H1.HeaderClassName
{
color: #A1DBB8;
}
.AnyTagClassName
{
color: #A1DBB8;
}
</style>
background-color css
<style>
a { background-color: #A1DBB8; }
a { background-color: rgb(161,219,184); }
div.DivClassName
{
background-color: #A1DBB8;
}
.BgClassName
{
background-color: #A1DBB8;
}
</style>
border-color css
<style>
span { border-color: #A1DBB8; }
span { border-color: rgb(161,219,184); }
td.TdClassName
{
border-color: #A1DBB8;
}
.TagClassName
{
border-color: #A1DBB8;
}
</style>