Shades of Vista Blue #83DDB1
Tints of Vista Blue #83DDB1
RGB
CMYK
RGB Variations
Color information
#83DDB1 (or 0x83DDB1) is known color: Vista Blue. HEX triplet: 83, DD and B1. RGB value is (131,221,177). Sum of RGB (Red+Green+Blue) = 131+221+177=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DDB1 is #7C224E. Grayscale: #BDBDBD. Windows color (decimal): -8135247 or 11656579. OLE color: 11656579.
HSL color Cylindrical-coordinate representation of color #83DDB1: hue angle of 150.67º 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 #83DDB1 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 177 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.13 |
| HSL | 150.67º | 0.57% | 0.69% | - |
| HSV(B) | 150.67º | 0.41% | 0.87% | - |
| XYZ | 43.15 | 59.71 | 50.85 | - |
| YUV | 189.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 177 | 0.41 | 0 | 0.20 | 0.13 | 150.67 | 0.57 | 0.69 |
| Hex | 83 | DD | B1 | 29 | 0 | 14 | D | 97 | 39 | 45 |
| Octal | 203 | 335 | 261 | 51 | 0 | 24 | 15 | 227 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10110001 | 101001 | 0 | 10100 | 1101 | 10010111 | 111001 | 1000101 |
Color Harmonies of #83DDB1
Complementary color
Monochromatic Colors of #83DDB1
Black with #83DDB1
Text Example
Text Example
White with #83DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDB1; }
p { color: rgb(131,221,177); }
H1.HeaderClassName
{
color: #83DDB1;
}
.AnyTagClassName
{
color: #83DDB1;
}
</style>
background-color css
<style>
a { background-color: #83DDB1; }
a { background-color: rgb(131,221,177); }
div.DivClassName
{
background-color: #83DDB1;
}
.BgClassName
{
background-color: #83DDB1;
}
</style>
border-color css
<style>
span { border-color: #83DDB1; }
span { border-color: rgb(131,221,177); }
td.TdClassName
{
border-color: #83DDB1;
}
.TagClassName
{
border-color: #83DDB1;
}
</style>