Shades of Vista Blue #A3D7B8
Tints of Vista Blue #A3D7B8
RGB
CMYK
RGB Variations
Color information
#A3D7B8 (or 0xA3D7B8) is known color: Vista Blue. HEX triplet: A3, D7 and B8. RGB value is (163,215,184). Sum of RGB (Red+Green+Blue) = 163+215+184=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D7B8 is #5C2847. Grayscale: #C3C3C3. Windows color (decimal): -6039624 or 12113827. OLE color: 12113827.
HSL color Cylindrical-coordinate representation of color #A3D7B8: hue angle of 144.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D7B8 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 184 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.16 |
| HSL | 144.23º | 0.39% | 0.74% | - |
| HSV(B) | 144.23º | 0.24% | 0.84% | - |
| XYZ | 48.06 | 59.85 | 54.37 | - |
| YUV | 195.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 184 | 0.24 | 0 | 0.14 | 0.16 | 144.23 | 0.39 | 0.74 |
| Hex | A3 | D7 | B8 | 18 | 0 | E | 10 | 90 | 27 | 4A |
| Octal | 243 | 327 | 270 | 30 | 0 | 16 | 20 | 220 | 47 | 112 |
| Binary | 10100011 | 11010111 | 10111000 | 11000 | 0 | 1110 | 10000 | 10010000 | 100111 | 1001010 |
Color Harmonies of #A3D7B8
Complementary color
Monochromatic Colors of #A3D7B8
Black with #A3D7B8
Text Example
Text Example
White with #A3D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D7B8; }
p { color: rgb(163,215,184); }
H1.HeaderClassName
{
color: #A3D7B8;
}
.AnyTagClassName
{
color: #A3D7B8;
}
</style>
background-color css
<style>
a { background-color: #A3D7B8; }
a { background-color: rgb(163,215,184); }
div.DivClassName
{
background-color: #A3D7B8;
}
.BgClassName
{
background-color: #A3D7B8;
}
</style>
border-color css
<style>
span { border-color: #A3D7B8; }
span { border-color: rgb(163,215,184); }
td.TdClassName
{
border-color: #A3D7B8;
}
.TagClassName
{
border-color: #A3D7B8;
}
</style>