Shades of Vista Blue #A8E1BF
Tints of Vista Blue #A8E1BF
RGB
CMYK
RGB Variations
Color information
#A8E1BF (or 0xA8E1BF) is known color: Vista Blue. HEX triplet: A8, E1 and BF. RGB value is (168,225,191). Sum of RGB (Red+Green+Blue) = 168+225+191=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1BF is #571E40. Grayscale: #CCCCCC. Windows color (decimal): -5709377 or 12575144. OLE color: 12575144.
HSL color Cylindrical-coordinate representation of color #A8E1BF: hue angle of 144.21º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1BF is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 191 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.12 |
| HSL | 144.21º | 0.49% | 0.77% | - |
| HSV(B) | 144.21º | 0.25% | 0.88% | - |
| XYZ | 52.48 | 65.94 | 59.25 | - |
| YUV | 204.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 191 | 0.25 | 0 | 0.15 | 0.12 | 144.21 | 0.49 | 0.77 |
| Hex | A8 | E1 | BF | 19 | 0 | F | C | 90 | 31 | 4D |
| Octal | 250 | 341 | 277 | 31 | 0 | 17 | 14 | 220 | 61 | 115 |
| Binary | 10101000 | 11100001 | 10111111 | 11001 | 0 | 1111 | 1100 | 10010000 | 110001 | 1001101 |
Color Harmonies of #A8E1BF
Complementary color
Monochromatic Colors of #A8E1BF
Black with #A8E1BF
Text Example
Text Example
White with #A8E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1BF; }
p { color: rgb(168,225,191); }
H1.HeaderClassName
{
color: #A8E1BF;
}
.AnyTagClassName
{
color: #A8E1BF;
}
</style>
background-color css
<style>
a { background-color: #A8E1BF; }
a { background-color: rgb(168,225,191); }
div.DivClassName
{
background-color: #A8E1BF;
}
.BgClassName
{
background-color: #A8E1BF;
}
</style>
border-color css
<style>
span { border-color: #A8E1BF; }
span { border-color: rgb(168,225,191); }
td.TdClassName
{
border-color: #A8E1BF;
}
.TagClassName
{
border-color: #A8E1BF;
}
</style>