Shades of Vista Blue #82DFAE
Tints of Vista Blue #82DFAE
RGB
CMYK
RGB Variations
Color information
#82DFAE (or 0x82DFAE) is known color: Vista Blue. HEX triplet: 82, DF and AE. RGB value is (130,223,174). Sum of RGB (Red+Green+Blue) = 130+223+174=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DFAE is #7D2051. Grayscale: #BDBDBD. Windows color (decimal): -8200274 or 11460482. OLE color: 11460482.
HSL color Cylindrical-coordinate representation of color #82DFAE: hue angle of 148.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFAE is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 174 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.13 |
| HSL | 148.39º | 0.59% | 0.69% | - |
| HSV(B) | 148.39º | 0.42% | 0.87% | - |
| XYZ | 43.23 | 60.58 | 49.46 | - |
| YUV | 189.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 174 | 0.42 | 0 | 0.22 | 0.13 | 148.39 | 0.59 | 0.69 |
| Hex | 82 | DF | AE | 2A | 0 | 16 | D | 94 | 3B | 45 |
| Octal | 202 | 337 | 256 | 52 | 0 | 26 | 15 | 224 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10101110 | 101010 | 0 | 10110 | 1101 | 10010100 | 111011 | 1000101 |
Color Harmonies of #82DFAE
Complementary color
Monochromatic Colors of #82DFAE
Black with #82DFAE
Text Example
Text Example
White with #82DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFAE; }
p { color: rgb(130,223,174); }
H1.HeaderClassName
{
color: #82DFAE;
}
.AnyTagClassName
{
color: #82DFAE;
}
</style>
background-color css
<style>
a { background-color: #82DFAE; }
a { background-color: rgb(130,223,174); }
div.DivClassName
{
background-color: #82DFAE;
}
.BgClassName
{
background-color: #82DFAE;
}
</style>
border-color css
<style>
span { border-color: #82DFAE; }
span { border-color: rgb(130,223,174); }
td.TdClassName
{
border-color: #82DFAE;
}
.TagClassName
{
border-color: #82DFAE;
}
</style>