Shades of Vista Blue #86CFA8
Tints of Vista Blue #86CFA8
RGB
CMYK
RGB Variations
Color information
#86CFA8 (or 0x86CFA8) is known color: Vista Blue. HEX triplet: 86, CF and A8. RGB value is (134,207,168). Sum of RGB (Red+Green+Blue) = 134+207+168=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #86CFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CFA8 is #793057. Grayscale: #B4B4B4. Windows color (decimal): -7942232 or 11063174. OLE color: 11063174.
HSL color Cylindrical-coordinate representation of color #86CFA8: hue angle of 147.95º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CFA8 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 168 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.19 |
| HSL | 147.95º | 0.43% | 0.67% | - |
| HSV(B) | 147.95º | 0.35% | 0.81% | - |
| XYZ | 39.21 | 52.52 | 45.12 | - |
| YUV | 180.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 168 | 0.35 | 0 | 0.19 | 0.19 | 147.95 | 0.43 | 0.67 |
| Hex | 86 | CF | A8 | 23 | 0 | 13 | 13 | 94 | 2B | 43 |
| Octal | 206 | 317 | 250 | 43 | 0 | 23 | 23 | 224 | 53 | 103 |
| Binary | 10000110 | 11001111 | 10101000 | 100011 | 0 | 10011 | 10011 | 10010100 | 101011 | 1000011 |
Color Harmonies of #86CFA8
Complementary color
Monochromatic Colors of #86CFA8
Black with #86CFA8
Text Example
Text Example
White with #86CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CFA8; }
p { color: rgb(134,207,168); }
H1.HeaderClassName
{
color: #86CFA8;
}
.AnyTagClassName
{
color: #86CFA8;
}
</style>
background-color css
<style>
a { background-color: #86CFA8; }
a { background-color: rgb(134,207,168); }
div.DivClassName
{
background-color: #86CFA8;
}
.BgClassName
{
background-color: #86CFA8;
}
</style>
border-color css
<style>
span { border-color: #86CFA8; }
span { border-color: rgb(134,207,168); }
td.TdClassName
{
border-color: #86CFA8;
}
.TagClassName
{
border-color: #86CFA8;
}
</style>