#85DCA7

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

Shades of Vista Blue #85DCA7

Tints of Vista Blue #85DCA7

Color information

#85DCA7 (or 0x85DCA7) is unknown color: approx Vista Blue. HEX triplet: 85, DC and A7. RGB value is (133,220,167). Sum of RGB (Red+Green+Blue) = 133+220+167=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCA7 is #7A2358. Grayscale: #BCBCBC. Windows color (decimal): -8004441 or 11000965. OLE color: 11000965.

HSL color Cylindrical-coordinate representation of color #85DCA7: hue angle of 143.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCA7 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB133220167-
CMYK0.4000.240.14
HSL143.45º55.41%69.22%-
HSV(B)143.45º39.55%86.27%-
XYZ42.2458.9645.71-
YUV187.94116.1888.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=25.58%
G=42.31%
B=32.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201670.4000.240.14143.4555.4169.22
Hex85DCA728018E8f3745
Octal205334247500301621767105
Binary1000010111011100101001111010000110001110100011111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DCA7; }

 p { color: rgb(133,220,167); }

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

<style>
 a { background-color: #85DCA7; }

 a { background-color: rgb(133,220,167); }

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

<style>
 span { border-color: #85DCA7; }

 span { border-color: rgb(133,220,167); }

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