Shades of Vista Blue #A5E3BC
Tints of Vista Blue #A5E3BC
RGB
CMYK
RGB Variations
Color information
#A5E3BC (or 0xA5E3BC) is known color: Vista Blue. HEX triplet: A5, E3 and BC. RGB value is (165,227,188). Sum of RGB (Red+Green+Blue) = 165+227+188=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3BC is #5A1C43. Grayscale: #CCCCCC. Windows color (decimal): -5905476 or 12379045. OLE color: 12379045.
HSL color Cylindrical-coordinate representation of color #A5E3BC: hue angle of 142.26º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E3BC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 188 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.11 |
| HSL | 142.26º | 0.53% | 0.77% | - |
| HSV(B) | 142.26º | 0.27% | 0.89% | - |
| XYZ | 52.06 | 66.57 | 57.68 | - |
| YUV | 204.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 188 | 0.27 | 0 | 0.17 | 0.11 | 142.26 | 0.53 | 0.77 |
| Hex | A5 | E3 | BC | 1B | 0 | 11 | B | 8E | 35 | 4D |
| Octal | 245 | 343 | 274 | 33 | 0 | 21 | 13 | 216 | 65 | 115 |
| Binary | 10100101 | 11100011 | 10111100 | 11011 | 0 | 10001 | 1011 | 10001110 | 110101 | 1001101 |
Color Harmonies of #A5E3BC
Complementary color
Monochromatic Colors of #A5E3BC
Black with #A5E3BC
Text Example
Text Example
White with #A5E3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E3BC; }
p { color: rgb(165,227,188); }
H1.HeaderClassName
{
color: #A5E3BC;
}
.AnyTagClassName
{
color: #A5E3BC;
}
</style>
background-color css
<style>
a { background-color: #A5E3BC; }
a { background-color: rgb(165,227,188); }
div.DivClassName
{
background-color: #A5E3BC;
}
.BgClassName
{
background-color: #A5E3BC;
}
</style>
border-color css
<style>
span { border-color: #A5E3BC; }
span { border-color: rgb(165,227,188); }
td.TdClassName
{
border-color: #A5E3BC;
}
.TagClassName
{
border-color: #A5E3BC;
}
</style>