Shades of Vista Blue #A3DEB5
Tints of Vista Blue #A3DEB5
RGB
CMYK
RGB Variations
Color information
#A3DEB5 (or 0xA3DEB5) is known color: Vista Blue. HEX triplet: A3, DE and B5. RGB value is (163,222,181). Sum of RGB (Red+Green+Blue) = 163+222+181=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEB5 is #5C214A. Grayscale: #C7C7C7. Windows color (decimal): -6037835 or 11919011. OLE color: 11919011.
HSL color Cylindrical-coordinate representation of color #A3DEB5: hue angle of 138.31º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEB5 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 181 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.13 |
| HSL | 138.31º | 0.47% | 0.75% | - |
| HSV(B) | 138.31º | 0.27% | 0.87% | - |
| XYZ | 49.57 | 63.37 | 53.33 | - |
| YUV | 199.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 181 | 0.27 | 0 | 0.18 | 0.13 | 138.31 | 0.47 | 0.75 |
| Hex | A3 | DE | B5 | 1B | 0 | 12 | D | 8A | 2F | 4B |
| Octal | 243 | 336 | 265 | 33 | 0 | 22 | 15 | 212 | 57 | 113 |
| Binary | 10100011 | 11011110 | 10110101 | 11011 | 0 | 10010 | 1101 | 10001010 | 101111 | 1001011 |
Color Harmonies of #A3DEB5
Complementary color
Monochromatic Colors of #A3DEB5
Black with #A3DEB5
Text Example
Text Example
White with #A3DEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEB5; }
p { color: rgb(163,222,181); }
H1.HeaderClassName
{
color: #A3DEB5;
}
.AnyTagClassName
{
color: #A3DEB5;
}
</style>
background-color css
<style>
a { background-color: #A3DEB5; }
a { background-color: rgb(163,222,181); }
div.DivClassName
{
background-color: #A3DEB5;
}
.BgClassName
{
background-color: #A3DEB5;
}
</style>
border-color css
<style>
span { border-color: #A3DEB5; }
span { border-color: rgb(163,222,181); }
td.TdClassName
{
border-color: #A3DEB5;
}
.TagClassName
{
border-color: #A3DEB5;
}
</style>