Shades of Vista Blue #86DDB8
Tints of Vista Blue #86DDB8
RGB
CMYK
RGB Variations
Color information
#86DDB8 (or 0x86DDB8) is known color: Vista Blue. HEX triplet: 86, DD and B8. RGB value is (134,221,184). Sum of RGB (Red+Green+Blue) = 134+221+184=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDB8 is #792247. Grayscale: #BEBEBE. Windows color (decimal): -7938632 or 12115334. OLE color: 12115334.
HSL color Cylindrical-coordinate representation of color #86DDB8: hue angle of 154.48º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDB8 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 184 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.13 |
| HSL | 154.48º | 0.56% | 0.7% | - |
| HSV(B) | 154.48º | 0.39% | 0.87% | - |
| XYZ | 44.34 | 60.24 | 54.64 | - |
| YUV | 190.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 184 | 0.39 | 0 | 0.17 | 0.13 | 154.48 | 0.56 | 0.7 |
| Hex | 86 | DD | B8 | 27 | 0 | 11 | D | 9A | 38 | 46 |
| Octal | 206 | 335 | 270 | 47 | 0 | 21 | 15 | 232 | 70 | 106 |
| Binary | 10000110 | 11011101 | 10111000 | 100111 | 0 | 10001 | 1101 | 10011010 | 111000 | 1000110 |
Color Harmonies of #86DDB8
Complementary color
Monochromatic Colors of #86DDB8
Black with #86DDB8
Text Example
Text Example
White with #86DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDB8; }
p { color: rgb(134,221,184); }
H1.HeaderClassName
{
color: #86DDB8;
}
.AnyTagClassName
{
color: #86DDB8;
}
</style>
background-color css
<style>
a { background-color: #86DDB8; }
a { background-color: rgb(134,221,184); }
div.DivClassName
{
background-color: #86DDB8;
}
.BgClassName
{
background-color: #86DDB8;
}
</style>
border-color css
<style>
span { border-color: #86DDB8; }
span { border-color: rgb(134,221,184); }
td.TdClassName
{
border-color: #86DDB8;
}
.TagClassName
{
border-color: #86DDB8;
}
</style>