Shades of Vista Blue #81EDA8
Tints of Vista Blue #81EDA8
RGB
CMYK
RGB Variations
Color information
#81EDA8 (or 0x81EDA8) is known color: Vista Blue. HEX triplet: 81, ED and A8. RGB value is (129,237,168). Sum of RGB (Red+Green+Blue) = 129+237+168=534 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.16% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EDA8 is #7E1257. Grayscale: #C5C5C5. Windows color (decimal): -8262232 or 11070849. OLE color: 11070849.
HSL color Cylindrical-coordinate representation of color #81EDA8: hue angle of 141.67º 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 #81EDA8 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 168 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.07 |
| HSL | 141.67º | 0.75% | 0.72% | - |
| HSV(B) | 141.67º | 0.46% | 0.93% | - |
| XYZ | 46.41 | 68.06 | 47.74 | - |
| YUV | 196.84 | 111.72 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 168 | 0.46 | 0 | 0.29 | 0.07 | 141.67 | 0.75 | 0.72 |
| Hex | 81 | ED | A8 | 2E | 0 | 1D | 7 | 8E | 4B | 48 |
| Octal | 201 | 355 | 250 | 56 | 0 | 35 | 7 | 216 | 113 | 110 |
| Binary | 10000001 | 11101101 | 10101000 | 101110 | 0 | 11101 | 111 | 10001110 | 1001011 | 1001000 |
Color Harmonies of #81EDA8
Complementary color
Monochromatic Colors of #81EDA8
Black with #81EDA8
Text Example
Text Example
White with #81EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EDA8; }
p { color: rgb(129,237,168); }
H1.HeaderClassName
{
color: #81EDA8;
}
.AnyTagClassName
{
color: #81EDA8;
}
</style>
background-color css
<style>
a { background-color: #81EDA8; }
a { background-color: rgb(129,237,168); }
div.DivClassName
{
background-color: #81EDA8;
}
.BgClassName
{
background-color: #81EDA8;
}
</style>
border-color css
<style>
span { border-color: #81EDA8; }
span { border-color: rgb(129,237,168); }
td.TdClassName
{
border-color: #81EDA8;
}
.TagClassName
{
border-color: #81EDA8;
}
</style>