Shades of Vista Blue #A2CFB8
Tints of Vista Blue #A2CFB8
RGB
CMYK
RGB Variations
Color information
#A2CFB8 (or 0xA2CFB8) is known color: Vista Blue. HEX triplet: A2, CF and B8. RGB value is (162,207,184). Sum of RGB (Red+Green+Blue) = 162+207+184=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CFB8 is #5D3047. Grayscale: #BEBEBE. Windows color (decimal): -6107208 or 12111778. OLE color: 12111778.
HSL color Cylindrical-coordinate representation of color #A2CFB8: hue angle of 149.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CFB8 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 184 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.19 |
| HSL | 149.33º | 0.32% | 0.72% | - |
| HSV(B) | 149.33º | 0.22% | 0.81% | - |
| XYZ | 45.86 | 55.77 | 53.69 | - |
| YUV | 190.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 184 | 0.22 | 0 | 0.11 | 0.19 | 149.33 | 0.32 | 0.72 |
| Hex | A2 | CF | B8 | 16 | 0 | B | 13 | 95 | 20 | 48 |
| Octal | 242 | 317 | 270 | 26 | 0 | 13 | 23 | 225 | 40 | 110 |
| Binary | 10100010 | 11001111 | 10111000 | 10110 | 0 | 1011 | 10011 | 10010101 | 100000 | 1001000 |
Color Harmonies of #A2CFB8
Complementary color
Monochromatic Colors of #A2CFB8
Black with #A2CFB8
Text Example
Text Example
White with #A2CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFB8; }
p { color: rgb(162,207,184); }
H1.HeaderClassName
{
color: #A2CFB8;
}
.AnyTagClassName
{
color: #A2CFB8;
}
</style>
background-color css
<style>
a { background-color: #A2CFB8; }
a { background-color: rgb(162,207,184); }
div.DivClassName
{
background-color: #A2CFB8;
}
.BgClassName
{
background-color: #A2CFB8;
}
</style>
border-color css
<style>
span { border-color: #A2CFB8; }
span { border-color: rgb(162,207,184); }
td.TdClassName
{
border-color: #A2CFB8;
}
.TagClassName
{
border-color: #A2CFB8;
}
</style>