Shades of Vista Blue #83DDB4
Tints of Vista Blue #83DDB4
RGB
CMYK
RGB Variations
Color information
#83DDB4 (or 0x83DDB4) is known color: Vista Blue. HEX triplet: 83, DD and B4. RGB value is (131,221,180). Sum of RGB (Red+Green+Blue) = 131+221+180=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDB4 is #7C224B. Grayscale: #BDBDBD. Windows color (decimal): -8135244 or 11853187. OLE color: 11853187.
HSL color Cylindrical-coordinate representation of color #83DDB4: hue angle of 152.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 #83DDB4 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 180 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.13 |
| HSL | 152.67º | 0.57% | 0.69% | - |
| HSV(B) | 152.67º | 0.41% | 0.87% | - |
| XYZ | 43.45 | 59.83 | 52.44 | - |
| YUV | 189.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 180 | 0.41 | 0 | 0.19 | 0.13 | 152.67 | 0.57 | 0.69 |
| Hex | 83 | DD | B4 | 29 | 0 | 13 | D | 99 | 39 | 45 |
| Octal | 203 | 335 | 264 | 51 | 0 | 23 | 15 | 231 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10110100 | 101001 | 0 | 10011 | 1101 | 10011001 | 111001 | 1000101 |
Color Harmonies of #83DDB4
Complementary color
Monochromatic Colors of #83DDB4
Black with #83DDB4
Text Example
Text Example
White with #83DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDB4; }
p { color: rgb(131,221,180); }
H1.HeaderClassName
{
color: #83DDB4;
}
.AnyTagClassName
{
color: #83DDB4;
}
</style>
background-color css
<style>
a { background-color: #83DDB4; }
a { background-color: rgb(131,221,180); }
div.DivClassName
{
background-color: #83DDB4;
}
.BgClassName
{
background-color: #83DDB4;
}
</style>
border-color css
<style>
span { border-color: #83DDB4; }
span { border-color: rgb(131,221,180); }
td.TdClassName
{
border-color: #83DDB4;
}
.TagClassName
{
border-color: #83DDB4;
}
</style>