Shades of Vista Blue #A8DEBF
Tints of Vista Blue #A8DEBF
RGB
CMYK
RGB Variations
Color information
#A8DEBF (or 0xA8DEBF) is known color: Vista Blue. HEX triplet: A8, DE and BF. RGB value is (168,222,191). Sum of RGB (Red+Green+Blue) = 168+222+191=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEBF is #572140. Grayscale: #CACACA. Windows color (decimal): -5710145 or 12574376. OLE color: 12574376.
HSL color Cylindrical-coordinate representation of color #A8DEBF: hue angle of 145.56º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DEBF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 191 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.13 |
| HSL | 145.56º | 0.45% | 0.76% | - |
| HSV(B) | 145.56º | 0.24% | 0.87% | - |
| XYZ | 51.67 | 64.33 | 58.98 | - |
| YUV | 202.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 191 | 0.24 | 0 | 0.14 | 0.13 | 145.56 | 0.45 | 0.76 |
| Hex | A8 | DE | BF | 18 | 0 | E | D | 92 | 2D | 4C |
| Octal | 250 | 336 | 277 | 30 | 0 | 16 | 15 | 222 | 55 | 114 |
| Binary | 10101000 | 11011110 | 10111111 | 11000 | 0 | 1110 | 1101 | 10010010 | 101101 | 1001100 |
Color Harmonies of #A8DEBF
Complementary color
Monochromatic Colors of #A8DEBF
Black with #A8DEBF
Text Example
Text Example
White with #A8DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEBF; }
p { color: rgb(168,222,191); }
H1.HeaderClassName
{
color: #A8DEBF;
}
.AnyTagClassName
{
color: #A8DEBF;
}
</style>
background-color css
<style>
a { background-color: #A8DEBF; }
a { background-color: rgb(168,222,191); }
div.DivClassName
{
background-color: #A8DEBF;
}
.BgClassName
{
background-color: #A8DEBF;
}
</style>
border-color css
<style>
span { border-color: #A8DEBF; }
span { border-color: rgb(168,222,191); }
td.TdClassName
{
border-color: #A8DEBF;
}
.TagClassName
{
border-color: #A8DEBF;
}
</style>