Shades of Vista Blue #A8CFB8
Tints of Vista Blue #A8CFB8
RGB
CMYK
RGB Variations
Color information
#A8CFB8 (or 0xA8CFB8) is known color: Vista Blue. HEX triplet: A8, CF and B8. RGB value is (168,207,184). Sum of RGB (Red+Green+Blue) = 168+207+184=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFB8 is #573047. Grayscale: #C0C0C0. Windows color (decimal): -5713992 or 12111784. OLE color: 12111784.
HSL color Cylindrical-coordinate representation of color #A8CFB8: hue angle of 144.62º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFB8 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 184 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.19 |
| HSL | 144.62º | 0.29% | 0.74% | - |
| HSV(B) | 144.62º | 0.19% | 0.81% | - |
| XYZ | 47.11 | 56.41 | 53.75 | - |
| YUV | 192.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 184 | 0.19 | 0 | 0.11 | 0.19 | 144.62 | 0.29 | 0.74 |
| Hex | A8 | CF | B8 | 13 | 0 | B | 13 | 91 | 1D | 4A |
| Octal | 250 | 317 | 270 | 23 | 0 | 13 | 23 | 221 | 35 | 112 |
| Binary | 10101000 | 11001111 | 10111000 | 10011 | 0 | 1011 | 10011 | 10010001 | 11101 | 1001010 |
Color Harmonies of #A8CFB8
Complementary color
Monochromatic Colors of #A8CFB8
Black with #A8CFB8
Text Example
Text Example
White with #A8CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFB8; }
p { color: rgb(168,207,184); }
H1.HeaderClassName
{
color: #A8CFB8;
}
.AnyTagClassName
{
color: #A8CFB8;
}
</style>
background-color css
<style>
a { background-color: #A8CFB8; }
a { background-color: rgb(168,207,184); }
div.DivClassName
{
background-color: #A8CFB8;
}
.BgClassName
{
background-color: #A8CFB8;
}
</style>
border-color css
<style>
span { border-color: #A8CFB8; }
span { border-color: rgb(168,207,184); }
td.TdClassName
{
border-color: #A8CFB8;
}
.TagClassName
{
border-color: #A8CFB8;
}
</style>