Shades of Vista Blue #86DBAE
Tints of Vista Blue #86DBAE
RGB
CMYK
RGB Variations
Color information
#86DBAE (or 0x86DBAE) is known color: Vista Blue. HEX triplet: 86, DB and AE. RGB value is (134,219,174). Sum of RGB (Red+Green+Blue) = 134+219+174=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBAE is #792451. Grayscale: #BCBCBC. Windows color (decimal): -7939154 or 11459462. OLE color: 11459462.
HSL color Cylindrical-coordinate representation of color #86DBAE: hue angle of 148.24º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DBAE is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 174 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.14 |
| HSL | 148.24º | 0.54% | 0.69% | - |
| HSV(B) | 148.24º | 0.39% | 0.86% | - |
| XYZ | 42.8 | 58.79 | 49.14 | - |
| YUV | 188.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 174 | 0.39 | 0 | 0.21 | 0.14 | 148.24 | 0.54 | 0.69 |
| Hex | 86 | DB | AE | 27 | 0 | 15 | E | 94 | 36 | 45 |
| Octal | 206 | 333 | 256 | 47 | 0 | 25 | 16 | 224 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10101110 | 100111 | 0 | 10101 | 1110 | 10010100 | 110110 | 1000101 |
Color Harmonies of #86DBAE
Complementary color
Monochromatic Colors of #86DBAE
Black with #86DBAE
Text Example
Text Example
White with #86DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DBAE; }
p { color: rgb(134,219,174); }
H1.HeaderClassName
{
color: #86DBAE;
}
.AnyTagClassName
{
color: #86DBAE;
}
</style>
background-color css
<style>
a { background-color: #86DBAE; }
a { background-color: rgb(134,219,174); }
div.DivClassName
{
background-color: #86DBAE;
}
.BgClassName
{
background-color: #86DBAE;
}
</style>
border-color css
<style>
span { border-color: #86DBAE; }
span { border-color: rgb(134,219,174); }
td.TdClassName
{
border-color: #86DBAE;
}
.TagClassName
{
border-color: #86DBAE;
}
</style>