Shades of Vista Blue #81CFA3
Tints of Vista Blue #81CFA3
RGB
CMYK
RGB Variations
Color information
#81CFA3 (or 0x81CFA3) is known color: Vista Blue. HEX triplet: 81, CF and A3. RGB value is (129,207,163). Sum of RGB (Red+Green+Blue) = 129+207+163=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #81CFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CFA3 is #7E305C. Grayscale: #B2B2B2. Windows color (decimal): -8269917 or 10735489. OLE color: 10735489.
HSL color Cylindrical-coordinate representation of color #81CFA3: hue angle of 146.15º 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 #81CFA3 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 163 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.19 |
| HSL | 146.15º | 0.45% | 0.66% | - |
| HSV(B) | 146.15º | 0.38% | 0.81% | - |
| XYZ | 37.98 | 51.94 | 42.67 | - |
| YUV | 178.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 163 | 0.38 | 0 | 0.21 | 0.19 | 146.15 | 0.45 | 0.66 |
| Hex | 81 | CF | A3 | 26 | 0 | 15 | 13 | 92 | 2D | 42 |
| Octal | 201 | 317 | 243 | 46 | 0 | 25 | 23 | 222 | 55 | 102 |
| Binary | 10000001 | 11001111 | 10100011 | 100110 | 0 | 10101 | 10011 | 10010010 | 101101 | 1000010 |
Color Harmonies of #81CFA3
Complementary color
Monochromatic Colors of #81CFA3
Black with #81CFA3
Text Example
Text Example
White with #81CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CFA3; }
p { color: rgb(129,207,163); }
H1.HeaderClassName
{
color: #81CFA3;
}
.AnyTagClassName
{
color: #81CFA3;
}
</style>
background-color css
<style>
a { background-color: #81CFA3; }
a { background-color: rgb(129,207,163); }
div.DivClassName
{
background-color: #81CFA3;
}
.BgClassName
{
background-color: #81CFA3;
}
</style>
border-color css
<style>
span { border-color: #81CFA3; }
span { border-color: rgb(129,207,163); }
td.TdClassName
{
border-color: #81CFA3;
}
.TagClassName
{
border-color: #81CFA3;
}
</style>