Shades of Vista Blue #A1DBBE
Tints of Vista Blue #A1DBBE
RGB
CMYK
RGB Variations
Color information
#A1DBBE (or 0xA1DBBE) is known color: Vista Blue. HEX triplet: A1, DB and BE. RGB value is (161,219,190). Sum of RGB (Red+Green+Blue) = 161+219+190=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBBE is #5E2441. Grayscale: #C6C6C6. Windows color (decimal): -6169666 or 12508065. OLE color: 12508065.
HSL color Cylindrical-coordinate representation of color #A1DBBE: hue angle of 150º 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 #A1DBBE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 161 | 219 | 190 | - |
CMYK | 0.26 | 0 | 0.13 | 0.14 |
HSL | 150º | 0.45% | 0.75% | - |
HSV(B) | 150º | 0.26% | 0.86% | - |
XYZ | 49.32 | 61.96 | 58.07 | - |
YUV | 198.35 | 123.28 | 101.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 219 | 190 | 0.26 | 0 | 0.13 | 0.14 | 150 | 0.45 | 0.75 |
Hex | A1 | DB | BE | 1A | 0 | D | E | 96 | 2D | 4B |
Octal | 241 | 333 | 276 | 32 | 0 | 15 | 16 | 226 | 55 | 113 |
Binary | 10100001 | 11011011 | 10111110 | 11010 | 0 | 1101 | 1110 | 10010110 | 101101 | 1001011 |
Color Harmonies of #A1DBBE
Complementary color
Monochromatic Colors of #A1DBBE
Black with #A1DBBE
Text Example
Text Example
White with #A1DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBBE; }
p { color: rgb(161,219,190); }
H1.HeaderClassName
{
color: #A1DBBE;
}
.AnyTagClassName
{
color: #A1DBBE;
}
</style>
background-color css
<style>
a { background-color: #A1DBBE; }
a { background-color: rgb(161,219,190); }
div.DivClassName
{
background-color: #A1DBBE;
}
.BgClassName
{
background-color: #A1DBBE;
}
</style>
border-color css
<style>
span { border-color: #A1DBBE; }
span { border-color: rgb(161,219,190); }
td.TdClassName
{
border-color: #A1DBBE;
}
.TagClassName
{
border-color: #A1DBBE;
}
</style>