Shades of Vista Blue #81D8A4
Tints of Vista Blue #81D8A4
RGB
CMYK
RGB Variations
Color information
#81D8A4 (or 0x81D8A4) is known color: Vista Blue. HEX triplet: 81, D8 and A4. RGB value is (129,216,164). Sum of RGB (Red+Green+Blue) = 129+216+164=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #81D8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D8A4 is #7E275B. Grayscale: #B8B8B8. Windows color (decimal): -8267612 or 10803329. OLE color: 10803329.
HSL color Cylindrical-coordinate representation of color #81D8A4: hue angle of 144.14º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D8A4 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 164 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.15 |
| HSL | 144.14º | 0.53% | 0.68% | - |
| HSV(B) | 144.14º | 0.4% | 0.85% | - |
| XYZ | 40.31 | 56.46 | 43.9 | - |
| YUV | 184.06 | 116.68 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 164 | 0.40 | 0 | 0.24 | 0.15 | 144.14 | 0.53 | 0.68 |
| Hex | 81 | D8 | A4 | 28 | 0 | 18 | F | 90 | 35 | 44 |
| Octal | 201 | 330 | 244 | 50 | 0 | 30 | 17 | 220 | 65 | 104 |
| Binary | 10000001 | 11011000 | 10100100 | 101000 | 0 | 11000 | 1111 | 10010000 | 110101 | 1000100 |
Color Harmonies of #81D8A4
Complementary color
Monochromatic Colors of #81D8A4
Black with #81D8A4
Text Example
Text Example
White with #81D8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D8A4; }
p { color: rgb(129,216,164); }
H1.HeaderClassName
{
color: #81D8A4;
}
.AnyTagClassName
{
color: #81D8A4;
}
</style>
background-color css
<style>
a { background-color: #81D8A4; }
a { background-color: rgb(129,216,164); }
div.DivClassName
{
background-color: #81D8A4;
}
.BgClassName
{
background-color: #81D8A4;
}
</style>
border-color css
<style>
span { border-color: #81D8A4; }
span { border-color: rgb(129,216,164); }
td.TdClassName
{
border-color: #81D8A4;
}
.TagClassName
{
border-color: #81D8A4;
}
</style>