Shades of Vista Blue #83DDB2
Tints of Vista Blue #83DDB2
RGB
CMYK
RGB Variations
Color information
#83DDB2 (or 0x83DDB2) is known color: Vista Blue. HEX triplet: 83, DD and B2. RGB value is (131,221,178). Sum of RGB (Red+Green+Blue) = 131+221+178=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DDB2 is #7C224D. Grayscale: #BDBDBD. Windows color (decimal): -8135246 or 11722115. OLE color: 11722115.
HSL color Cylindrical-coordinate representation of color #83DDB2: hue angle of 151.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDB2 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 178 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.13 |
| HSL | 151.33º | 0.57% | 0.69% | - |
| HSV(B) | 151.33º | 0.41% | 0.87% | - |
| XYZ | 43.25 | 59.75 | 51.37 | - |
| YUV | 189.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 178 | 0.41 | 0 | 0.19 | 0.13 | 151.33 | 0.57 | 0.69 |
| Hex | 83 | DD | B2 | 29 | 0 | 13 | D | 97 | 39 | 45 |
| Octal | 203 | 335 | 262 | 51 | 0 | 23 | 15 | 227 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10110010 | 101001 | 0 | 10011 | 1101 | 10010111 | 111001 | 1000101 |
Color Harmonies of #83DDB2
Complementary color
Monochromatic Colors of #83DDB2
Black with #83DDB2
Text Example
Text Example
White with #83DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDB2; }
p { color: rgb(131,221,178); }
H1.HeaderClassName
{
color: #83DDB2;
}
.AnyTagClassName
{
color: #83DDB2;
}
</style>
background-color css
<style>
a { background-color: #83DDB2; }
a { background-color: rgb(131,221,178); }
div.DivClassName
{
background-color: #83DDB2;
}
.BgClassName
{
background-color: #83DDB2;
}
</style>
border-color css
<style>
span { border-color: #83DDB2; }
span { border-color: rgb(131,221,178); }
td.TdClassName
{
border-color: #83DDB2;
}
.TagClassName
{
border-color: #83DDB2;
}
</style>