Shades of Vista Blue #81D6A2
Tints of Vista Blue #81D6A2
RGB
CMYK
RGB Variations
Color information
#81D6A2 (or 0x81D6A2) is known color: Vista Blue. HEX triplet: 81, D6 and A2. RGB value is (129,214,162). Sum of RGB (Red+Green+Blue) = 129+214+162=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #81D6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D6A2 is #7E295D. Grayscale: #B6B6B6. Windows color (decimal): -8268126 or 10671745. OLE color: 10671745.
HSL color Cylindrical-coordinate representation of color #81D6A2: hue angle of 143.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D6A2 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 162 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.16 |
| HSL | 143.29º | 0.51% | 0.67% | - |
| HSV(B) | 143.29º | 0.4% | 0.84% | - |
| XYZ | 39.62 | 55.37 | 42.78 | - |
| YUV | 182.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 162 | 0.40 | 0 | 0.24 | 0.16 | 143.29 | 0.51 | 0.67 |
| Hex | 81 | D6 | A2 | 28 | 0 | 18 | 10 | 8F | 33 | 43 |
| Octal | 201 | 326 | 242 | 50 | 0 | 30 | 20 | 217 | 63 | 103 |
| Binary | 10000001 | 11010110 | 10100010 | 101000 | 0 | 11000 | 10000 | 10001111 | 110011 | 1000011 |
Color Harmonies of #81D6A2
Complementary color
Monochromatic Colors of #81D6A2
Black with #81D6A2
Text Example
Text Example
White with #81D6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D6A2; }
p { color: rgb(129,214,162); }
H1.HeaderClassName
{
color: #81D6A2;
}
.AnyTagClassName
{
color: #81D6A2;
}
</style>
background-color css
<style>
a { background-color: #81D6A2; }
a { background-color: rgb(129,214,162); }
div.DivClassName
{
background-color: #81D6A2;
}
.BgClassName
{
background-color: #81D6A2;
}
</style>
border-color css
<style>
span { border-color: #81D6A2; }
span { border-color: rgb(129,214,162); }
td.TdClassName
{
border-color: #81D6A2;
}
.TagClassName
{
border-color: #81D6A2;
}
</style>