#86DAAD

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

Shades of Vista Blue #86DAAD

Tints of Vista Blue #86DAAD

Color information

#86DAAD (or 0x86DAAD) is unknown color: approx Vista Blue. HEX triplet: 86, DA and AD. RGB value is (134,218,173). Sum of RGB (Red+Green+Blue) = 134+218+173=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #86DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DAAD is #792552. Grayscale: #BBBBBB. Windows color (decimal): -7939411 or 11393670. OLE color: 11393670.

HSL color Cylindrical-coordinate representation of color #86DAAD: hue angle of 147.86º 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 #86DAAD is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB134218173-
CMYK0.3900.210.15
HSL147.86º53.16%69.02%-
HSV(B)147.86º38.53%85.49%-
XYZ42.4558.2348.54-
YUV187.75119.6789.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=25.52%
G=41.52%
B=32.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181730.3900.210.15147.8653.1669.02
Hex86DAAD27015F943545
Octal206332255470251722465105
Binary1000011011011010101011011001110101011111100101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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