Shades of Vista Blue #83CFAB
Tints of Vista Blue #83CFAB
RGB
CMYK
RGB Variations
Color information
#83CFAB (or 0x83CFAB) is known color: Vista Blue. HEX triplet: 83, CF and AB. RGB value is (131,207,171). Sum of RGB (Red+Green+Blue) = 131+207+171=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CFAB is #7C3054. Grayscale: #B4B4B4. Windows color (decimal): -8138837 or 11259779. OLE color: 11259779.
HSL color Cylindrical-coordinate representation of color #83CFAB: hue angle of 151.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CFAB is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 207 | 171 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.19 |
| HSL | 151.58º | 0.44% | 0.66% | - |
| HSV(B) | 151.58º | 0.37% | 0.81% | - |
| XYZ | 39.02 | 52.39 | 46.58 | - |
| YUV | 180.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 171 | 0.37 | 0 | 0.17 | 0.19 | 151.58 | 0.44 | 0.66 |
| Hex | 83 | CF | AB | 25 | 0 | 11 | 13 | 98 | 2C | 42 |
| Octal | 203 | 317 | 253 | 45 | 0 | 21 | 23 | 230 | 54 | 102 |
| Binary | 10000011 | 11001111 | 10101011 | 100101 | 0 | 10001 | 10011 | 10011000 | 101100 | 1000010 |
Color Harmonies of #83CFAB
Complementary color
Monochromatic Colors of #83CFAB
Black with #83CFAB
Text Example
Text Example
White with #83CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFAB; }
p { color: rgb(131,207,171); }
H1.HeaderClassName
{
color: #83CFAB;
}
.AnyTagClassName
{
color: #83CFAB;
}
</style>
background-color css
<style>
a { background-color: #83CFAB; }
a { background-color: rgb(131,207,171); }
div.DivClassName
{
background-color: #83CFAB;
}
.BgClassName
{
background-color: #83CFAB;
}
</style>
border-color css
<style>
span { border-color: #83CFAB; }
span { border-color: rgb(131,207,171); }
td.TdClassName
{
border-color: #83CFAB;
}
.TagClassName
{
border-color: #83CFAB;
}
</style>