Shades of Vista Blue #83DBB5
Tints of Vista Blue #83DBB5
RGB
CMYK
RGB Variations
Color information
#83DBB5 (or 0x83DBB5) is known color: Vista Blue. HEX triplet: 83, DB and B5. RGB value is (131,219,181). Sum of RGB (Red+Green+Blue) = 131+219+181=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #83DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DBB5 is #7C244A. Grayscale: #BCBCBC. Windows color (decimal): -8135755 or 11918211. OLE color: 11918211.
HSL color Cylindrical-coordinate representation of color #83DBB5: hue angle of 154.09º degrees, saturation: 0.55, 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 #83DBB5 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 181 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.14 |
| HSL | 154.09º | 0.55% | 0.69% | - |
| HSV(B) | 154.09º | 0.4% | 0.86% | - |
| XYZ | 43.03 | 58.82 | 52.8 | - |
| YUV | 188.36 | 123.85 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 181 | 0.40 | 0 | 0.17 | 0.14 | 154.09 | 0.55 | 0.69 |
| Hex | 83 | DB | B5 | 28 | 0 | 11 | E | 9A | 37 | 45 |
| Octal | 203 | 333 | 265 | 50 | 0 | 21 | 16 | 232 | 67 | 105 |
| Binary | 10000011 | 11011011 | 10110101 | 101000 | 0 | 10001 | 1110 | 10011010 | 110111 | 1000101 |
Color Harmonies of #83DBB5
Complementary color
Monochromatic Colors of #83DBB5
Black with #83DBB5
Text Example
Text Example
White with #83DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DBB5; }
p { color: rgb(131,219,181); }
H1.HeaderClassName
{
color: #83DBB5;
}
.AnyTagClassName
{
color: #83DBB5;
}
</style>
background-color css
<style>
a { background-color: #83DBB5; }
a { background-color: rgb(131,219,181); }
div.DivClassName
{
background-color: #83DBB5;
}
.BgClassName
{
background-color: #83DBB5;
}
</style>
border-color css
<style>
span { border-color: #83DBB5; }
span { border-color: rgb(131,219,181); }
td.TdClassName
{
border-color: #83DBB5;
}
.TagClassName
{
border-color: #83DBB5;
}
</style>