Shades of Vista Blue #A5DEBF
Tints of Vista Blue #A5DEBF
RGB
CMYK
RGB Variations
Color information
#A5DEBF (or 0xA5DEBF) is known color: Vista Blue. HEX triplet: A5, DE and BF. RGB value is (165,222,191). Sum of RGB (Red+Green+Blue) = 165+222+191=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEBF is #5A2140. Grayscale: #C9C9C9. Windows color (decimal): -5906753 or 12574373. OLE color: 12574373.
HSL color Cylindrical-coordinate representation of color #A5DEBF: hue angle of 147.37º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DEBF is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 191 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.13 |
| HSL | 147.37º | 0.46% | 0.76% | - |
| HSV(B) | 147.37º | 0.26% | 0.87% | - |
| XYZ | 51.04 | 64 | 58.95 | - |
| YUV | 201.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 191 | 0.26 | 0 | 0.14 | 0.13 | 147.37 | 0.46 | 0.76 |
| Hex | A5 | DE | BF | 1A | 0 | E | D | 93 | 2E | 4C |
| Octal | 245 | 336 | 277 | 32 | 0 | 16 | 15 | 223 | 56 | 114 |
| Binary | 10100101 | 11011110 | 10111111 | 11010 | 0 | 1110 | 1101 | 10010011 | 101110 | 1001100 |
Color Harmonies of #A5DEBF
Complementary color
Monochromatic Colors of #A5DEBF
Black with #A5DEBF
Text Example
Text Example
White with #A5DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEBF; }
p { color: rgb(165,222,191); }
H1.HeaderClassName
{
color: #A5DEBF;
}
.AnyTagClassName
{
color: #A5DEBF;
}
</style>
background-color css
<style>
a { background-color: #A5DEBF; }
a { background-color: rgb(165,222,191); }
div.DivClassName
{
background-color: #A5DEBF;
}
.BgClassName
{
background-color: #A5DEBF;
}
</style>
border-color css
<style>
span { border-color: #A5DEBF; }
span { border-color: rgb(165,222,191); }
td.TdClassName
{
border-color: #A5DEBF;
}
.TagClassName
{
border-color: #A5DEBF;
}
</style>