Shades of Vista Blue #81DFA6
Tints of Vista Blue #81DFA6
RGB
CMYK
RGB Variations
Color information
#81DFA6 (or 0x81DFA6) is known color: Vista Blue. HEX triplet: 81, DF and A6. RGB value is (129,223,166). Sum of RGB (Red+Green+Blue) = 129+223+166=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DFA6 is #7E2059. Grayscale: #BCBCBC. Windows color (decimal): -8265818 or 10936193. OLE color: 10936193.
HSL color Cylindrical-coordinate representation of color #81DFA6: hue angle of 143.62º degrees, saturation: 0.59, 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 #81DFA6 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 166 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.13 |
| HSL | 143.62º | 0.59% | 0.69% | - |
| HSV(B) | 143.62º | 0.42% | 0.87% | - |
| XYZ | 42.32 | 60.2 | 45.46 | - |
| YUV | 188.4 | 115.36 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 166 | 0.42 | 0 | 0.26 | 0.13 | 143.62 | 0.59 | 0.69 |
| Hex | 81 | DF | A6 | 2A | 0 | 1A | D | 90 | 3B | 45 |
| Octal | 201 | 337 | 246 | 52 | 0 | 32 | 15 | 220 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10100110 | 101010 | 0 | 11010 | 1101 | 10010000 | 111011 | 1000101 |
Color Harmonies of #81DFA6
Complementary color
Monochromatic Colors of #81DFA6
Black with #81DFA6
Text Example
Text Example
White with #81DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFA6; }
p { color: rgb(129,223,166); }
H1.HeaderClassName
{
color: #81DFA6;
}
.AnyTagClassName
{
color: #81DFA6;
}
</style>
background-color css
<style>
a { background-color: #81DFA6; }
a { background-color: rgb(129,223,166); }
div.DivClassName
{
background-color: #81DFA6;
}
.BgClassName
{
background-color: #81DFA6;
}
</style>
border-color css
<style>
span { border-color: #81DFA6; }
span { border-color: rgb(129,223,166); }
td.TdClassName
{
border-color: #81DFA6;
}
.TagClassName
{
border-color: #81DFA6;
}
</style>