Shades of Vista Blue #A3DFB5
Tints of Vista Blue #A3DFB5
RGB
CMYK
RGB Variations
Color information
#A3DFB5 (or 0xA3DFB5) is known color: Vista Blue. HEX triplet: A3, DF and B5. RGB value is (163,223,181). Sum of RGB (Red+Green+Blue) = 163+223+181=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFB5 is #5C204A. Grayscale: #C8C8C8. Windows color (decimal): -6037579 or 11919267. OLE color: 11919267.
HSL color Cylindrical-coordinate representation of color #A3DFB5: hue angle of 138º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFB5 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 181 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.13 |
| HSL | 138º | 0.48% | 0.76% | - |
| HSV(B) | 138º | 0.27% | 0.87% | - |
| XYZ | 49.83 | 63.9 | 53.42 | - |
| YUV | 200.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 181 | 0.27 | 0 | 0.19 | 0.13 | 138 | 0.48 | 0.76 |
| Hex | A3 | DF | B5 | 1B | 0 | 13 | D | 8A | 30 | 4C |
| Octal | 243 | 337 | 265 | 33 | 0 | 23 | 15 | 212 | 60 | 114 |
| Binary | 10100011 | 11011111 | 10110101 | 11011 | 0 | 10011 | 1101 | 10001010 | 110000 | 1001100 |
Color Harmonies of #A3DFB5
Complementary color
Monochromatic Colors of #A3DFB5
Black with #A3DFB5
Text Example
Text Example
White with #A3DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFB5; }
p { color: rgb(163,223,181); }
H1.HeaderClassName
{
color: #A3DFB5;
}
.AnyTagClassName
{
color: #A3DFB5;
}
</style>
background-color css
<style>
a { background-color: #A3DFB5; }
a { background-color: rgb(163,223,181); }
div.DivClassName
{
background-color: #A3DFB5;
}
.BgClassName
{
background-color: #A3DFB5;
}
</style>
border-color css
<style>
span { border-color: #A3DFB5; }
span { border-color: rgb(163,223,181); }
td.TdClassName
{
border-color: #A3DFB5;
}
.TagClassName
{
border-color: #A3DFB5;
}
</style>