Shades of Vista Blue #83DAAC
Tints of Vista Blue #83DAAC
RGB
CMYK
RGB Variations
Color information
#83DAAC (or 0x83DAAC) is known color: Vista Blue. HEX triplet: 83, DA and AC. RGB value is (131,218,172). Sum of RGB (Red+Green+Blue) = 131+218+172=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DAAC is #7C2553. Grayscale: #BABABA. Windows color (decimal): -8136020 or 11328131. OLE color: 11328131.
HSL color Cylindrical-coordinate representation of color #83DAAC: hue angle of 148.28º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAAC is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 172 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.15 |
| HSL | 148.28º | 0.54% | 0.68% | - |
| HSV(B) | 148.28º | 0.4% | 0.85% | - |
| XYZ | 41.88 | 57.95 | 48.01 | - |
| YUV | 186.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 172 | 0.40 | 0 | 0.21 | 0.15 | 148.28 | 0.54 | 0.68 |
| Hex | 83 | DA | AC | 28 | 0 | 15 | F | 94 | 36 | 44 |
| Octal | 203 | 332 | 254 | 50 | 0 | 25 | 17 | 224 | 66 | 104 |
| Binary | 10000011 | 11011010 | 10101100 | 101000 | 0 | 10101 | 1111 | 10010100 | 110110 | 1000100 |
Color Harmonies of #83DAAC
Complementary color
Monochromatic Colors of #83DAAC
Black with #83DAAC
Text Example
Text Example
White with #83DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DAAC; }
p { color: rgb(131,218,172); }
H1.HeaderClassName
{
color: #83DAAC;
}
.AnyTagClassName
{
color: #83DAAC;
}
</style>
background-color css
<style>
a { background-color: #83DAAC; }
a { background-color: rgb(131,218,172); }
div.DivClassName
{
background-color: #83DAAC;
}
.BgClassName
{
background-color: #83DAAC;
}
</style>
border-color css
<style>
span { border-color: #83DAAC; }
span { border-color: rgb(131,218,172); }
td.TdClassName
{
border-color: #83DAAC;
}
.TagClassName
{
border-color: #83DAAC;
}
</style>