Shades of Vista Blue #81EDA6
Tints of Vista Blue #81EDA6
RGB
CMYK
RGB Variations
Color information
#81EDA6 (or 0x81EDA6) is known color: Vista Blue. HEX triplet: 81, ED and A6. RGB value is (129,237,166). Sum of RGB (Red+Green+Blue) = 129+237+166=532 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.25% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EDA6 is #7E1259. Grayscale: #C4C4C4. Windows color (decimal): -8262234 or 10939777. OLE color: 10939777.
HSL color Cylindrical-coordinate representation of color #81EDA6: hue angle of 140.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81EDA6 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 166 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.07 |
| HSL | 140.56º | 0.75% | 0.72% | - |
| HSV(B) | 140.56º | 0.46% | 0.93% | - |
| XYZ | 46.22 | 67.99 | 46.76 | - |
| YUV | 196.61 | 110.72 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 166 | 0.46 | 0 | 0.30 | 0.07 | 140.56 | 0.75 | 0.72 |
| Hex | 81 | ED | A6 | 2E | 0 | 1E | 7 | 8D | 4B | 48 |
| Octal | 201 | 355 | 246 | 56 | 0 | 36 | 7 | 215 | 113 | 110 |
| Binary | 10000001 | 11101101 | 10100110 | 101110 | 0 | 11110 | 111 | 10001101 | 1001011 | 1001000 |
Color Harmonies of #81EDA6
Complementary color
Monochromatic Colors of #81EDA6
Black with #81EDA6
Text Example
Text Example
White with #81EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDA6; }
p { color: rgb(129,237,166); }
H1.HeaderClassName
{
color: #81EDA6;
}
.AnyTagClassName
{
color: #81EDA6;
}
</style>
background-color css
<style>
a { background-color: #81EDA6; }
a { background-color: rgb(129,237,166); }
div.DivClassName
{
background-color: #81EDA6;
}
.BgClassName
{
background-color: #81EDA6;
}
</style>
border-color css
<style>
span { border-color: #81EDA6; }
span { border-color: rgb(129,237,166); }
td.TdClassName
{
border-color: #81EDA6;
}
.TagClassName
{
border-color: #81EDA6;
}
</style>