Shades of Vista Blue #81DCB2
Tints of Vista Blue #81DCB2
RGB
CMYK
RGB Variations
Color information
#81DCB2 (or 0x81DCB2) is known color: Vista Blue. HEX triplet: 81, DC and B2. RGB value is (129,220,178). Sum of RGB (Red+Green+Blue) = 129+220+178=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #81DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DCB2 is #7E234D. Grayscale: #BCBCBC. Windows color (decimal): -8266574 or 11721857. OLE color: 11721857.
HSL color Cylindrical-coordinate representation of color #81DCB2: hue angle of 152.31º 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 #81DCB2 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 178 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.14 |
| HSL | 152.31º | 0.57% | 0.68% | - |
| HSV(B) | 152.31º | 0.41% | 0.86% | - |
| XYZ | 42.68 | 59.07 | 51.27 | - |
| YUV | 188 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 178 | 0.41 | 0 | 0.19 | 0.14 | 152.31 | 0.57 | 0.68 |
| Hex | 81 | DC | B2 | 29 | 0 | 13 | E | 98 | 39 | 44 |
| Octal | 201 | 334 | 262 | 51 | 0 | 23 | 16 | 230 | 71 | 104 |
| Binary | 10000001 | 11011100 | 10110010 | 101001 | 0 | 10011 | 1110 | 10011000 | 111001 | 1000100 |
Color Harmonies of #81DCB2
Complementary color
Monochromatic Colors of #81DCB2
Black with #81DCB2
Text Example
Text Example
White with #81DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCB2; }
p { color: rgb(129,220,178); }
H1.HeaderClassName
{
color: #81DCB2;
}
.AnyTagClassName
{
color: #81DCB2;
}
</style>
background-color css
<style>
a { background-color: #81DCB2; }
a { background-color: rgb(129,220,178); }
div.DivClassName
{
background-color: #81DCB2;
}
.BgClassName
{
background-color: #81DCB2;
}
</style>
border-color css
<style>
span { border-color: #81DCB2; }
span { border-color: rgb(129,220,178); }
td.TdClassName
{
border-color: #81DCB2;
}
.TagClassName
{
border-color: #81DCB2;
}
</style>