#86CAAB

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

Shades of Vista Blue #86CAAB

Tints of Vista Blue #86CAAB

Color information

#86CAAB (or 0x86CAAB) is unknown color: approx Vista Blue. HEX triplet: 86, CA and AB. RGB value is (134,202,171). Sum of RGB (Red+Green+Blue) = 134+202+171=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #86CAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CAAB is #793554. Grayscale: #B2B2B2. Windows color (decimal): -7943509 or 11258502. OLE color: 11258502.

HSL color Cylindrical-coordinate representation of color #86CAAB: hue angle of 152.65º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CAAB is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB134202171-
CMYK0.3400.150.21
HSL152.65º39.08%65.88%-
HSV(B)152.65º33.66%79.22%-
XYZ38.350.2546.21-
YUV178.13123.9796.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=26.43%
G=39.84%
B=33.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342021710.3400.150.21152.6539.0865.88
Hex86CAAB220F15992742
Octal206312253420172523147102
Binary1000011011001010101010111000100111110101100110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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