Shades of Vista Blue #83DCAE
Tints of Vista Blue #83DCAE
RGB
CMYK
RGB Variations
Color information
#83DCAE (or 0x83DCAE) is known color: Vista Blue. HEX triplet: 83, DC and AE. RGB value is (131,220,174). Sum of RGB (Red+Green+Blue) = 131+220+174=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DCAE is #7C2351. Grayscale: #BCBCBC. Windows color (decimal): -8135506 or 11459715. OLE color: 11459715.
HSL color Cylindrical-coordinate representation of color #83DCAE: hue angle of 148.99º 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 #83DCAE is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 174 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.14 |
| HSL | 148.99º | 0.56% | 0.69% | - |
| HSV(B) | 148.99º | 0.4% | 0.86% | - |
| XYZ | 42.59 | 59.07 | 49.2 | - |
| YUV | 188.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 174 | 0.40 | 0 | 0.21 | 0.14 | 148.99 | 0.56 | 0.69 |
| Hex | 83 | DC | AE | 28 | 0 | 15 | E | 95 | 38 | 45 |
| Octal | 203 | 334 | 256 | 50 | 0 | 25 | 16 | 225 | 70 | 105 |
| Binary | 10000011 | 11011100 | 10101110 | 101000 | 0 | 10101 | 1110 | 10010101 | 111000 | 1000101 |
Color Harmonies of #83DCAE
Complementary color
Monochromatic Colors of #83DCAE
Black with #83DCAE
Text Example
Text Example
White with #83DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCAE; }
p { color: rgb(131,220,174); }
H1.HeaderClassName
{
color: #83DCAE;
}
.AnyTagClassName
{
color: #83DCAE;
}
</style>
background-color css
<style>
a { background-color: #83DCAE; }
a { background-color: rgb(131,220,174); }
div.DivClassName
{
background-color: #83DCAE;
}
.BgClassName
{
background-color: #83DCAE;
}
</style>
border-color css
<style>
span { border-color: #83DCAE; }
span { border-color: rgb(131,220,174); }
td.TdClassName
{
border-color: #83DCAE;
}
.TagClassName
{
border-color: #83DCAE;
}
</style>