Shades of Vista Blue #A6CBB8
Tints of Vista Blue #A6CBB8
RGB
CMYK
RGB Variations
Color information
#A6CBB8 (or 0xA6CBB8) is known color: Vista Blue. HEX triplet: A6, CB and B8. RGB value is (166,203,184). Sum of RGB (Red+Green+Blue) = 166+203+184=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBB8 is #593447. Grayscale: #BDBDBD. Windows color (decimal): -5846088 or 12110758. OLE color: 12110758.
HSL color Cylindrical-coordinate representation of color #A6CBB8: hue angle of 149.19º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CBB8 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 184 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.20 |
| HSL | 149.19º | 0.26% | 0.72% | - |
| HSV(B) | 149.19º | 0.18% | 0.8% | - |
| XYZ | 45.73 | 54.28 | 53.41 | - |
| YUV | 189.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 184 | 0.18 | 0 | 0.09 | 0.20 | 149.19 | 0.26 | 0.72 |
| Hex | A6 | CB | B8 | 12 | 0 | 9 | 14 | 95 | 1A | 48 |
| Octal | 246 | 313 | 270 | 22 | 0 | 11 | 24 | 225 | 32 | 110 |
| Binary | 10100110 | 11001011 | 10111000 | 10010 | 0 | 1001 | 10100 | 10010101 | 11010 | 1001000 |
Color Harmonies of #A6CBB8
Complementary color
Monochromatic Colors of #A6CBB8
Black with #A6CBB8
Text Example
Text Example
White with #A6CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBB8; }
p { color: rgb(166,203,184); }
H1.HeaderClassName
{
color: #A6CBB8;
}
.AnyTagClassName
{
color: #A6CBB8;
}
</style>
background-color css
<style>
a { background-color: #A6CBB8; }
a { background-color: rgb(166,203,184); }
div.DivClassName
{
background-color: #A6CBB8;
}
.BgClassName
{
background-color: #A6CBB8;
}
</style>
border-color css
<style>
span { border-color: #A6CBB8; }
span { border-color: rgb(166,203,184); }
td.TdClassName
{
border-color: #A6CBB8;
}
.TagClassName
{
border-color: #A6CBB8;
}
</style>