Shades of Vista Blue #83DAB3
Tints of Vista Blue #83DAB3
RGB
CMYK
RGB Variations
Color information
#83DAB3 (or 0x83DAB3) is known color: Vista Blue. HEX triplet: 83, DA and B3. RGB value is (131,218,179). Sum of RGB (Red+Green+Blue) = 131+218+179=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DAB3 is #7C254C. Grayscale: #BBBBBB. Windows color (decimal): -8136013 or 11786883. OLE color: 11786883.
HSL color Cylindrical-coordinate representation of color #83DAB3: hue angle of 153.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAB3 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 179 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.15 |
| HSL | 153.1º | 0.54% | 0.68% | - |
| HSV(B) | 153.1º | 0.4% | 0.85% | - |
| XYZ | 42.57 | 58.22 | 51.64 | - |
| YUV | 187.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 179 | 0.40 | 0 | 0.18 | 0.15 | 153.1 | 0.54 | 0.68 |
| Hex | 83 | DA | B3 | 28 | 0 | 12 | F | 99 | 36 | 44 |
| Octal | 203 | 332 | 263 | 50 | 0 | 22 | 17 | 231 | 66 | 104 |
| Binary | 10000011 | 11011010 | 10110011 | 101000 | 0 | 10010 | 1111 | 10011001 | 110110 | 1000100 |
Color Harmonies of #83DAB3
Complementary color
Monochromatic Colors of #83DAB3
Black with #83DAB3
Text Example
Text Example
White with #83DAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DAB3; }
p { color: rgb(131,218,179); }
H1.HeaderClassName
{
color: #83DAB3;
}
.AnyTagClassName
{
color: #83DAB3;
}
</style>
background-color css
<style>
a { background-color: #83DAB3; }
a { background-color: rgb(131,218,179); }
div.DivClassName
{
background-color: #83DAB3;
}
.BgClassName
{
background-color: #83DAB3;
}
</style>
border-color css
<style>
span { border-color: #83DAB3; }
span { border-color: rgb(131,218,179); }
td.TdClassName
{
border-color: #83DAB3;
}
.TagClassName
{
border-color: #83DAB3;
}
</style>