Shades of Vista Blue #A1DFBE
Tints of Vista Blue #A1DFBE
RGB
CMYK
RGB Variations
Color information
#A1DFBE (or 0xA1DFBE) is known color: Vista Blue. HEX triplet: A1, DF and BE. RGB value is (161,223,190). Sum of RGB (Red+Green+Blue) = 161+223+190=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFBE is #5E2041. Grayscale: #C8C8C8. Windows color (decimal): -6168642 or 12509089. OLE color: 12509089.
HSL color Cylindrical-coordinate representation of color #A1DFBE: hue angle of 148.06º 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 #A1DFBE is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 190 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.13 |
| HSL | 148.06º | 0.49% | 0.75% | - |
| HSV(B) | 148.06º | 0.28% | 0.87% | - |
| XYZ | 50.38 | 64.07 | 58.43 | - |
| YUV | 200.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 190 | 0.28 | 0 | 0.15 | 0.13 | 148.06 | 0.49 | 0.75 |
| Hex | A1 | DF | BE | 1C | 0 | F | D | 94 | 31 | 4B |
| Octal | 241 | 337 | 276 | 34 | 0 | 17 | 15 | 224 | 61 | 113 |
| Binary | 10100001 | 11011111 | 10111110 | 11100 | 0 | 1111 | 1101 | 10010100 | 110001 | 1001011 |
Color Harmonies of #A1DFBE
Complementary color
Monochromatic Colors of #A1DFBE
Black with #A1DFBE
Text Example
Text Example
White with #A1DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFBE; }
p { color: rgb(161,223,190); }
H1.HeaderClassName
{
color: #A1DFBE;
}
.AnyTagClassName
{
color: #A1DFBE;
}
</style>
background-color css
<style>
a { background-color: #A1DFBE; }
a { background-color: rgb(161,223,190); }
div.DivClassName
{
background-color: #A1DFBE;
}
.BgClassName
{
background-color: #A1DFBE;
}
</style>
border-color css
<style>
span { border-color: #A1DFBE; }
span { border-color: rgb(161,223,190); }
td.TdClassName
{
border-color: #A1DFBE;
}
.TagClassName
{
border-color: #A1DFBE;
}
</style>