Shades of Vista Blue #81DFA8
Tints of Vista Blue #81DFA8
RGB
CMYK
RGB Variations
Color information
#81DFA8 (or 0x81DFA8) is known color: Vista Blue. HEX triplet: 81, DF and A8. RGB value is (129,223,168). Sum of RGB (Red+Green+Blue) = 129+223+168=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #81DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DFA8 is #7E2057. Grayscale: #BCBCBC. Windows color (decimal): -8265816 or 11067265. OLE color: 11067265.
HSL color Cylindrical-coordinate representation of color #81DFA8: hue angle of 144.89º 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 #81DFA8 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 168 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.13 |
| HSL | 144.89º | 0.59% | 0.69% | - |
| HSV(B) | 144.89º | 0.42% | 0.87% | - |
| XYZ | 42.51 | 60.27 | 46.44 | - |
| YUV | 188.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 168 | 0.42 | 0 | 0.25 | 0.13 | 144.89 | 0.59 | 0.69 |
| Hex | 81 | DF | A8 | 2A | 0 | 19 | D | 91 | 3B | 45 |
| Octal | 201 | 337 | 250 | 52 | 0 | 31 | 15 | 221 | 73 | 105 |
| Binary | 10000001 | 11011111 | 10101000 | 101010 | 0 | 11001 | 1101 | 10010001 | 111011 | 1000101 |
Color Harmonies of #81DFA8
Complementary color
Monochromatic Colors of #81DFA8
Black with #81DFA8
Text Example
Text Example
White with #81DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFA8; }
p { color: rgb(129,223,168); }
H1.HeaderClassName
{
color: #81DFA8;
}
.AnyTagClassName
{
color: #81DFA8;
}
</style>
background-color css
<style>
a { background-color: #81DFA8; }
a { background-color: rgb(129,223,168); }
div.DivClassName
{
background-color: #81DFA8;
}
.BgClassName
{
background-color: #81DFA8;
}
</style>
border-color css
<style>
span { border-color: #81DFA8; }
span { border-color: rgb(129,223,168); }
td.TdClassName
{
border-color: #81DFA8;
}
.TagClassName
{
border-color: #81DFA8;
}
</style>