Shades of Vista Blue #81DBAE
Tints of Vista Blue #81DBAE
RGB
CMYK
RGB Variations
Color information
#81DBAE (or 0x81DBAE) is known color: Vista Blue. HEX triplet: 81, DB and AE. RGB value is (129,219,174). Sum of RGB (Red+Green+Blue) = 129+219+174=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #81DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DBAE is #7E2451. Grayscale: #BBBBBB. Windows color (decimal): -8266834 or 11459457. OLE color: 11459457.
HSL color Cylindrical-coordinate representation of color #81DBAE: hue angle of 150º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DBAE is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 174 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.14 |
| HSL | 150º | 0.56% | 0.68% | - |
| HSV(B) | 150º | 0.41% | 0.86% | - |
| XYZ | 42.02 | 58.39 | 49.1 | - |
| YUV | 186.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 174 | 0.41 | 0 | 0.21 | 0.14 | 150 | 0.56 | 0.68 |
| Hex | 81 | DB | AE | 29 | 0 | 15 | E | 96 | 38 | 44 |
| Octal | 201 | 333 | 256 | 51 | 0 | 25 | 16 | 226 | 70 | 104 |
| Binary | 10000001 | 11011011 | 10101110 | 101001 | 0 | 10101 | 1110 | 10010110 | 111000 | 1000100 |
Color Harmonies of #81DBAE
Complementary color
Monochromatic Colors of #81DBAE
Black with #81DBAE
Text Example
Text Example
White with #81DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DBAE; }
p { color: rgb(129,219,174); }
H1.HeaderClassName
{
color: #81DBAE;
}
.AnyTagClassName
{
color: #81DBAE;
}
</style>
background-color css
<style>
a { background-color: #81DBAE; }
a { background-color: rgb(129,219,174); }
div.DivClassName
{
background-color: #81DBAE;
}
.BgClassName
{
background-color: #81DBAE;
}
</style>
border-color css
<style>
span { border-color: #81DBAE; }
span { border-color: rgb(129,219,174); }
td.TdClassName
{
border-color: #81DBAE;
}
.TagClassName
{
border-color: #81DBAE;
}
</style>