Shades of Vista Blue #81CFA2
Tints of Vista Blue #81CFA2
RGB
CMYK
RGB Variations
Color information
#81CFA2 (or 0x81CFA2) is known color: Vista Blue. HEX triplet: 81, CF and A2. RGB value is (129,207,162). Sum of RGB (Red+Green+Blue) = 129+207+162=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #81CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CFA2 is #7E305D. Grayscale: #B2B2B2. Windows color (decimal): -8269918 or 10669953. OLE color: 10669953.
HSL color Cylindrical-coordinate representation of color #81CFA2: hue angle of 145.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81CFA2 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 162 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.19 |
| HSL | 145.38º | 0.45% | 0.66% | - |
| HSV(B) | 145.38º | 0.38% | 0.81% | - |
| XYZ | 37.89 | 51.9 | 42.2 | - |
| YUV | 178.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 162 | 0.38 | 0 | 0.22 | 0.19 | 145.38 | 0.45 | 0.66 |
| Hex | 81 | CF | A2 | 26 | 0 | 16 | 13 | 91 | 2D | 42 |
| Octal | 201 | 317 | 242 | 46 | 0 | 26 | 23 | 221 | 55 | 102 |
| Binary | 10000001 | 11001111 | 10100010 | 100110 | 0 | 10110 | 10011 | 10010001 | 101101 | 1000010 |
Color Harmonies of #81CFA2
Complementary color
Monochromatic Colors of #81CFA2
Black with #81CFA2
Text Example
Text Example
White with #81CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CFA2; }
p { color: rgb(129,207,162); }
H1.HeaderClassName
{
color: #81CFA2;
}
.AnyTagClassName
{
color: #81CFA2;
}
</style>
background-color css
<style>
a { background-color: #81CFA2; }
a { background-color: rgb(129,207,162); }
div.DivClassName
{
background-color: #81CFA2;
}
.BgClassName
{
background-color: #81CFA2;
}
</style>
border-color css
<style>
span { border-color: #81CFA2; }
span { border-color: rgb(129,207,162); }
td.TdClassName
{
border-color: #81CFA2;
}
.TagClassName
{
border-color: #81CFA2;
}
</style>