Shades of Vista Blue #86DFAA
Tints of Vista Blue #86DFAA
RGB
CMYK
RGB Variations
Color information
#86DFAA (or 0x86DFAA) is known color: Vista Blue. HEX triplet: 86, DF and AA. RGB value is (134,223,170). Sum of RGB (Red+Green+Blue) = 134+223+170=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DFAA is #792055. Grayscale: #BEBEBE. Windows color (decimal): -7938134 or 11198342. OLE color: 11198342.
HSL color Cylindrical-coordinate representation of color #86DFAA: hue angle of 144.27º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DFAA is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 170 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.13 |
| HSL | 144.27º | 0.58% | 0.7% | - |
| HSV(B) | 144.27º | 0.4% | 0.87% | - |
| XYZ | 43.47 | 60.75 | 47.46 | - |
| YUV | 190.35 | 116.51 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 170 | 0.40 | 0 | 0.24 | 0.13 | 144.27 | 0.58 | 0.7 |
| Hex | 86 | DF | AA | 28 | 0 | 18 | D | 90 | 3A | 46 |
| Octal | 206 | 337 | 252 | 50 | 0 | 30 | 15 | 220 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10101010 | 101000 | 0 | 11000 | 1101 | 10010000 | 111010 | 1000110 |
Color Harmonies of #86DFAA
Complementary color
Monochromatic Colors of #86DFAA
Black with #86DFAA
Text Example
Text Example
White with #86DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFAA; }
p { color: rgb(134,223,170); }
H1.HeaderClassName
{
color: #86DFAA;
}
.AnyTagClassName
{
color: #86DFAA;
}
</style>
background-color css
<style>
a { background-color: #86DFAA; }
a { background-color: rgb(134,223,170); }
div.DivClassName
{
background-color: #86DFAA;
}
.BgClassName
{
background-color: #86DFAA;
}
</style>
border-color css
<style>
span { border-color: #86DFAA; }
span { border-color: rgb(134,223,170); }
td.TdClassName
{
border-color: #86DFAA;
}
.TagClassName
{
border-color: #86DFAA;
}
</style>