Shades of Vista Blue #81DFA2
Tints of Vista Blue #81DFA2
RGB
CMYK
RGB Variations
Color information
#81DFA2 (or 0x81DFA2) is known color: Vista Blue. HEX triplet: 81, DF and A2. RGB value is (129,223,162). Sum of RGB (Red+Green+Blue) = 129+223+162=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DFA2 is #7E205D. Grayscale: #BCBCBC. Windows color (decimal): -8265822 or 10674049. OLE color: 10674049.
HSL color Cylindrical-coordinate representation of color #81DFA2: hue angle of 141.06º 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 #81DFA2 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 162 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.13 |
| HSL | 141.06º | 0.59% | 0.69% | - |
| HSV(B) | 141.06º | 0.42% | 0.87% | - |
| XYZ | 41.96 | 60.05 | 43.56 | - |
| YUV | 187.94 | 113.36 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 162 | 0.42 | 0 | 0.27 | 0.13 | 141.06 | 0.59 | 0.69 |
| Hex | 81 | DF | A2 | 2A | 0 | 1B | D | 8D | 3B | 45 |
| Octal | 201 | 337 | 242 | 52 | 0 | 33 | 15 | 215 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10100010 | 101010 | 0 | 11011 | 1101 | 10001101 | 111011 | 1000101 |
Color Harmonies of #81DFA2
Complementary color
Monochromatic Colors of #81DFA2
Black with #81DFA2
Text Example
Text Example
White with #81DFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFA2; }
p { color: rgb(129,223,162); }
H1.HeaderClassName
{
color: #81DFA2;
}
.AnyTagClassName
{
color: #81DFA2;
}
</style>
background-color css
<style>
a { background-color: #81DFA2; }
a { background-color: rgb(129,223,162); }
div.DivClassName
{
background-color: #81DFA2;
}
.BgClassName
{
background-color: #81DFA2;
}
</style>
border-color css
<style>
span { border-color: #81DFA2; }
span { border-color: rgb(129,223,162); }
td.TdClassName
{
border-color: #81DFA2;
}
.TagClassName
{
border-color: #81DFA2;
}
</style>