Shades of Vista Blue #83DFB0
Tints of Vista Blue #83DFB0
RGB
CMYK
RGB Variations
Color information
#83DFB0 (or 0x83DFB0) is known color: Vista Blue. HEX triplet: 83, DF and B0. RGB value is (131,223,176). Sum of RGB (Red+Green+Blue) = 131+223+176=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFB0 is #7C204F. Grayscale: #BEBEBE. Windows color (decimal): -8134736 or 11591555. OLE color: 11591555.
HSL color Cylindrical-coordinate representation of color #83DFB0: hue angle of 149.35º degrees, saturation: 0.59, 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 #83DFB0 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 176 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.13 |
| HSL | 149.35º | 0.59% | 0.69% | - |
| HSV(B) | 149.35º | 0.41% | 0.87% | - |
| XYZ | 43.58 | 60.74 | 50.5 | - |
| YUV | 190.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 176 | 0.41 | 0 | 0.21 | 0.13 | 149.35 | 0.59 | 0.69 |
| Hex | 83 | DF | B0 | 29 | 0 | 15 | D | 95 | 3B | 45 |
| Octal | 203 | 337 | 260 | 51 | 0 | 25 | 15 | 225 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10110000 | 101001 | 0 | 10101 | 1101 | 10010101 | 111011 | 1000101 |
Color Harmonies of #83DFB0
Complementary color
Monochromatic Colors of #83DFB0
Black with #83DFB0
Text Example
Text Example
White with #83DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFB0; }
p { color: rgb(131,223,176); }
H1.HeaderClassName
{
color: #83DFB0;
}
.AnyTagClassName
{
color: #83DFB0;
}
</style>
background-color css
<style>
a { background-color: #83DFB0; }
a { background-color: rgb(131,223,176); }
div.DivClassName
{
background-color: #83DFB0;
}
.BgClassName
{
background-color: #83DFB0;
}
</style>
border-color css
<style>
span { border-color: #83DFB0; }
span { border-color: rgb(131,223,176); }
td.TdClassName
{
border-color: #83DFB0;
}
.TagClassName
{
border-color: #83DFB0;
}
</style>