Shades of Vista Blue #81DDB0
Tints of Vista Blue #81DDB0
RGB
CMYK
RGB Variations
Color information
#81DDB0 (or 0x81DDB0) is known color: Vista Blue. HEX triplet: 81, DD and B0. RGB value is (129,221,176). Sum of RGB (Red+Green+Blue) = 129+221+176=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #81DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DDB0 is #7E224F. Grayscale: #BCBCBC. Windows color (decimal): -8266320 or 11591041. OLE color: 11591041.
HSL color Cylindrical-coordinate representation of color #81DDB0: hue angle of 150.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DDB0 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 176 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.13 |
| HSL | 150.65º | 0.58% | 0.69% | - |
| HSV(B) | 150.65º | 0.42% | 0.87% | - |
| XYZ | 42.75 | 59.51 | 50.31 | - |
| YUV | 188.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 176 | 0.42 | 0 | 0.20 | 0.13 | 150.65 | 0.58 | 0.69 |
| Hex | 81 | DD | B0 | 2A | 0 | 14 | D | 97 | 3A | 45 |
| Octal | 201 | 335 | 260 | 52 | 0 | 24 | 15 | 227 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10110000 | 101010 | 0 | 10100 | 1101 | 10010111 | 111010 | 1000101 |
Color Harmonies of #81DDB0
Complementary color
Monochromatic Colors of #81DDB0
Black with #81DDB0
Text Example
Text Example
White with #81DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDB0; }
p { color: rgb(129,221,176); }
H1.HeaderClassName
{
color: #81DDB0;
}
.AnyTagClassName
{
color: #81DDB0;
}
</style>
background-color css
<style>
a { background-color: #81DDB0; }
a { background-color: rgb(129,221,176); }
div.DivClassName
{
background-color: #81DDB0;
}
.BgClassName
{
background-color: #81DDB0;
}
</style>
border-color css
<style>
span { border-color: #81DDB0; }
span { border-color: rgb(129,221,176); }
td.TdClassName
{
border-color: #81DDB0;
}
.TagClassName
{
border-color: #81DDB0;
}
</style>