#86DAAB

Color #86DAAB Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #86DAAB

Tints of Vista Blue #86DAAB

Color information

#86DAAB (or 0x86DAAB) is unknown color: approx Vista Blue. HEX triplet: 86, DA and AB. RGB value is (134,218,171). Sum of RGB (Red+Green+Blue) = 134+218+171=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DAAB is #792554. Grayscale: #BBBBBB. Windows color (decimal): -7939413 or 11262598. OLE color: 11262598.

HSL color Cylindrical-coordinate representation of color #86DAAB: hue angle of 146.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DAAB is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB134218171-
CMYK0.3900.220.15
HSL146.43º53.16%69.02%-
HSV(B)146.43º38.53%85.49%-
XYZ42.2558.1547.53-
YUV187.53118.6789.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=25.62%
G=41.68%
B=32.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181710.3900.220.15146.4353.1669.02
Hex86DAAB27016F923545
Octal206332253470261722265105
Binary1000011011011010101010111001110101101111100100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DAAB; }

 p { color: rgb(134,218,171); }

 H1.HeaderClassName
 {
   color: #86DAAB;
 }
 .AnyTagClassName
 {
   color: #86DAAB;
 }
</style>
background-color css

<style>
 a { background-color: #86DAAB; }

 a { background-color: rgb(134,218,171); }

 div.DivClassName
 {
   background-color: #86DAAB;
 }
 .BgClassName
 {
   background-color: #86DAAB;
 }
</style>
border-color css

<style>
 span { border-color: #86DAAB; }

 span { border-color: rgb(134,218,171); }

 td.TdClassName
 {
   border-color: #86DAAB;
 }
 .TagClassName
 {
   border-color: #86DAAB;
 }
</style>