#86D5B4

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

Shades of Vista Blue #86D5B4

Tints of Vista Blue #86D5B4

Color information

#86D5B4 (or 0x86D5B4) is unknown color: approx Vista Blue. HEX triplet: 86, D5 and B4. RGB value is (134,213,180). Sum of RGB (Red+Green+Blue) = 134+213+180=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D5B4 is #792A4B. Grayscale: #B9B9B9. Windows color (decimal): -7940684 or 11851142. OLE color: 11851142.

HSL color Cylindrical-coordinate representation of color #86D5B4: hue angle of 154.94º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D5B4 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB134213180-
CMYK0.3700.150.16
HSL154.94º48.47%68.04%-
HSV(B)154.94º37.09%83.53%-
XYZ41.8655.9551.77-
YUV185.62124.8391.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.43%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=25.43%
G=40.42%
B=34.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131800.3700.150.16154.9448.4768.04
Hex86D5B4250F109b3044
Octal206325264450172023360104
Binary1000011011010101101101001001010111110000100110111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,180); }

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

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

 a { background-color: rgb(134,213,180); }

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

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

 span { border-color: rgb(134,213,180); }

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