Shades of Vista Blue #A6DEBD
Tints of Vista Blue #A6DEBD
RGB
CMYK
RGB Variations
Color information
#A6DEBD (or 0xA6DEBD) is known color: Vista Blue. HEX triplet: A6, DE and BD. RGB value is (166,222,189). Sum of RGB (Red+Green+Blue) = 166+222+189=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEBD is #592142. Grayscale: #C9C9C9. Windows color (decimal): -5841219 or 12443302. OLE color: 12443302.
HSL color Cylindrical-coordinate representation of color #A6DEBD: hue angle of 144.64º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DEBD is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 189 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.13 |
| HSL | 144.64º | 0.46% | 0.76% | - |
| HSV(B) | 144.64º | 0.25% | 0.87% | - |
| XYZ | 51.03 | 64.02 | 57.81 | - |
| YUV | 201.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 189 | 0.25 | 0 | 0.15 | 0.13 | 144.64 | 0.46 | 0.76 |
| Hex | A6 | DE | BD | 19 | 0 | F | D | 91 | 2E | 4C |
| Octal | 246 | 336 | 275 | 31 | 0 | 17 | 15 | 221 | 56 | 114 |
| Binary | 10100110 | 11011110 | 10111101 | 11001 | 0 | 1111 | 1101 | 10010001 | 101110 | 1001100 |
Color Harmonies of #A6DEBD
Complementary color
Monochromatic Colors of #A6DEBD
Black with #A6DEBD
Text Example
Text Example
White with #A6DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEBD; }
p { color: rgb(166,222,189); }
H1.HeaderClassName
{
color: #A6DEBD;
}
.AnyTagClassName
{
color: #A6DEBD;
}
</style>
background-color css
<style>
a { background-color: #A6DEBD; }
a { background-color: rgb(166,222,189); }
div.DivClassName
{
background-color: #A6DEBD;
}
.BgClassName
{
background-color: #A6DEBD;
}
</style>
border-color css
<style>
span { border-color: #A6DEBD; }
span { border-color: rgb(166,222,189); }
td.TdClassName
{
border-color: #A6DEBD;
}
.TagClassName
{
border-color: #A6DEBD;
}
</style>