Shades of Vista Blue #83DDB3
Tints of Vista Blue #83DDB3
RGB
CMYK
RGB Variations
Color information
#83DDB3 (or 0x83DDB3) is known color: Vista Blue. HEX triplet: 83, DD and B3. RGB value is (131,221,179). Sum of RGB (Red+Green+Blue) = 131+221+179=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDB3 is #7C224C. Grayscale: #BDBDBD. Windows color (decimal): -8135245 or 11787651. OLE color: 11787651.
HSL color Cylindrical-coordinate representation of color #83DDB3: hue angle of 152º 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 #83DDB3 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 179 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.13 |
| HSL | 152º | 0.57% | 0.69% | - |
| HSV(B) | 152º | 0.41% | 0.87% | - |
| XYZ | 43.35 | 59.79 | 51.9 | - |
| YUV | 189.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 179 | 0.41 | 0 | 0.19 | 0.13 | 152 | 0.57 | 0.69 |
| Hex | 83 | DD | B3 | 29 | 0 | 13 | D | 98 | 39 | 45 |
| Octal | 203 | 335 | 263 | 51 | 0 | 23 | 15 | 230 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10110011 | 101001 | 0 | 10011 | 1101 | 10011000 | 111001 | 1000101 |
Color Harmonies of #83DDB3
Complementary color
Monochromatic Colors of #83DDB3
Black with #83DDB3
Text Example
Text Example
White with #83DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDB3; }
p { color: rgb(131,221,179); }
H1.HeaderClassName
{
color: #83DDB3;
}
.AnyTagClassName
{
color: #83DDB3;
}
</style>
background-color css
<style>
a { background-color: #83DDB3; }
a { background-color: rgb(131,221,179); }
div.DivClassName
{
background-color: #83DDB3;
}
.BgClassName
{
background-color: #83DDB3;
}
</style>
border-color css
<style>
span { border-color: #83DDB3; }
span { border-color: rgb(131,221,179); }
td.TdClassName
{
border-color: #83DDB3;
}
.TagClassName
{
border-color: #83DDB3;
}
</style>