Shades of Vista Blue #83DCB3
Tints of Vista Blue #83DCB3
RGB
CMYK
RGB Variations
Color information
#83DCB3 (or 0x83DCB3) is known color: Vista Blue. HEX triplet: 83, DC and B3. RGB value is (131,220,179). Sum of RGB (Red+Green+Blue) = 131+220+179=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCB3 is #7C234C. Grayscale: #BCBCBC. Windows color (decimal): -8135501 or 11787395. OLE color: 11787395.
HSL color Cylindrical-coordinate representation of color #83DCB3: hue angle of 152.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCB3 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 179 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.14 |
| HSL | 152.36º | 0.56% | 0.69% | - |
| HSV(B) | 152.36º | 0.4% | 0.86% | - |
| XYZ | 43.09 | 59.27 | 51.82 | - |
| YUV | 188.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 179 | 0.40 | 0 | 0.19 | 0.14 | 152.36 | 0.56 | 0.69 |
| Hex | 83 | DC | B3 | 28 | 0 | 13 | E | 98 | 38 | 45 |
| Octal | 203 | 334 | 263 | 50 | 0 | 23 | 16 | 230 | 70 | 105 |
| Binary | 10000011 | 11011100 | 10110011 | 101000 | 0 | 10011 | 1110 | 10011000 | 111000 | 1000101 |
Color Harmonies of #83DCB3
Complementary color
Monochromatic Colors of #83DCB3
Black with #83DCB3
Text Example
Text Example
White with #83DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCB3; }
p { color: rgb(131,220,179); }
H1.HeaderClassName
{
color: #83DCB3;
}
.AnyTagClassName
{
color: #83DCB3;
}
</style>
background-color css
<style>
a { background-color: #83DCB3; }
a { background-color: rgb(131,220,179); }
div.DivClassName
{
background-color: #83DCB3;
}
.BgClassName
{
background-color: #83DCB3;
}
</style>
border-color css
<style>
span { border-color: #83DCB3; }
span { border-color: rgb(131,220,179); }
td.TdClassName
{
border-color: #83DCB3;
}
.TagClassName
{
border-color: #83DCB3;
}
</style>