Shades of Vista Blue #83CDA3
Tints of Vista Blue #83CDA3
RGB
CMYK
RGB Variations
Color information
#83CDA3 (or 0x83CDA3) is known color: Vista Blue. HEX triplet: 83, CD and A3. RGB value is (131,205,163). Sum of RGB (Red+Green+Blue) = 131+205+163=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CDA3 is #7C325C. Grayscale: #B2B2B2. Windows color (decimal): -8139357 or 10734979. OLE color: 10734979.
HSL color Cylindrical-coordinate representation of color #83CDA3: hue angle of 145.95º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CDA3 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 205 | 163 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.20 |
| HSL | 145.95º | 0.43% | 0.66% | - |
| HSV(B) | 145.95º | 0.36% | 0.8% | - |
| XYZ | 37.8 | 51.13 | 42.53 | - |
| YUV | 178.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 205 | 163 | 0.36 | 0 | 0.20 | 0.20 | 145.95 | 0.43 | 0.66 |
| Hex | 83 | CD | A3 | 24 | 0 | 14 | 14 | 92 | 2B | 42 |
| Octal | 203 | 315 | 243 | 44 | 0 | 24 | 24 | 222 | 53 | 102 |
| Binary | 10000011 | 11001101 | 10100011 | 100100 | 0 | 10100 | 10100 | 10010010 | 101011 | 1000010 |
Color Harmonies of #83CDA3
Complementary color
Monochromatic Colors of #83CDA3
Black with #83CDA3
Text Example
Text Example
White with #83CDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CDA3; }
p { color: rgb(131,205,163); }
H1.HeaderClassName
{
color: #83CDA3;
}
.AnyTagClassName
{
color: #83CDA3;
}
</style>
background-color css
<style>
a { background-color: #83CDA3; }
a { background-color: rgb(131,205,163); }
div.DivClassName
{
background-color: #83CDA3;
}
.BgClassName
{
background-color: #83CDA3;
}
</style>
border-color css
<style>
span { border-color: #83CDA3; }
span { border-color: rgb(131,205,163); }
td.TdClassName
{
border-color: #83CDA3;
}
.TagClassName
{
border-color: #83CDA3;
}
</style>