Shades of Vista Blue #81DCB0
Tints of Vista Blue #81DCB0
RGB
CMYK
RGB Variations
Color information
#81DCB0 (or 0x81DCB0) is known color: Vista Blue. HEX triplet: 81, DC and B0. RGB value is (129,220,176). Sum of RGB (Red+Green+Blue) = 129+220+176=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DCB0 is #7E234F. Grayscale: #BBBBBB. Windows color (decimal): -8266576 or 11590785. OLE color: 11590785.
HSL color Cylindrical-coordinate representation of color #81DCB0: hue angle of 150.99º degrees, saturation: 0.57, 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 #81DCB0 is Cyan = 0.41, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 176 | - |
| CMYK | 0.41 | 0 | 0.2 | 0.14 |
| HSL | 150.99º | 0.57% | 0.68% | - |
| HSV(B) | 150.99º | 0.41% | 0.86% | - |
| XYZ | 42.48 | 58.99 | 50.22 | - |
| YUV | 187.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 176 | 0.41 | 0 | 0.2 | 0.14 | 150.99 | 0.57 | 0.68 |
| Hex | 81 | DC | B0 | 29 | 0 | 14 | E | 97 | 39 | 44 |
| Octal | 201 | 334 | 260 | 51 | 0 | 24 | 16 | 227 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10110000 | 101001 | 0 | 10100 | 1110 | 10010111 | 111001 | 1000100 |
Color Harmonies of #81DCB0
Complementary color
Monochromatic Colors of #81DCB0
Black with #81DCB0
Text Example
Text Example
White with #81DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCB0; }
p { color: rgb(129,220,176); }
H1.HeaderClassName
{
color: #81DCB0;
}
.AnyTagClassName
{
color: #81DCB0;
}
</style>
background-color css
<style>
a { background-color: #81DCB0; }
a { background-color: rgb(129,220,176); }
div.DivClassName
{
background-color: #81DCB0;
}
.BgClassName
{
background-color: #81DCB0;
}
</style>
border-color css
<style>
span { border-color: #81DCB0; }
span { border-color: rgb(129,220,176); }
td.TdClassName
{
border-color: #81DCB0;
}
.TagClassName
{
border-color: #81DCB0;
}
</style>