Shades of Vista Blue #81CBA4
Tints of Vista Blue #81CBA4
RGB
CMYK
RGB Variations
Color information
#81CBA4 (or 0x81CBA4) is known color: Vista Blue. HEX triplet: 81, CB and A4. RGB value is (129,203,164). Sum of RGB (Red+Green+Blue) = 129+203+164=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #81CBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CBA4 is #7E345B. Grayscale: #B0B0B0. Windows color (decimal): -8270940 or 10800001. OLE color: 10800001.
HSL color Cylindrical-coordinate representation of color #81CBA4: hue angle of 148.38º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CBA4 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 164 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.20 |
| HSL | 148.38º | 0.42% | 0.65% | - |
| HSV(B) | 148.38º | 0.36% | 0.8% | - |
| XYZ | 37.11 | 50.06 | 42.83 | - |
| YUV | 176.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 164 | 0.36 | 0 | 0.19 | 0.20 | 148.38 | 0.42 | 0.65 |
| Hex | 81 | CB | A4 | 24 | 0 | 13 | 14 | 94 | 2A | 41 |
| Octal | 201 | 313 | 244 | 44 | 0 | 23 | 24 | 224 | 52 | 101 |
| Binary | 10000001 | 11001011 | 10100100 | 100100 | 0 | 10011 | 10100 | 10010100 | 101010 | 1000001 |
Color Harmonies of #81CBA4
Complementary color
Monochromatic Colors of #81CBA4
Black with #81CBA4
Text Example
Text Example
White with #81CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CBA4; }
p { color: rgb(129,203,164); }
H1.HeaderClassName
{
color: #81CBA4;
}
.AnyTagClassName
{
color: #81CBA4;
}
</style>
background-color css
<style>
a { background-color: #81CBA4; }
a { background-color: rgb(129,203,164); }
div.DivClassName
{
background-color: #81CBA4;
}
.BgClassName
{
background-color: #81CBA4;
}
</style>
border-color css
<style>
span { border-color: #81CBA4; }
span { border-color: rgb(129,203,164); }
td.TdClassName
{
border-color: #81CBA4;
}
.TagClassName
{
border-color: #81CBA4;
}
</style>