#85DAA6

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

Shades of Vista Blue #85DAA6

Tints of Vista Blue #85DAA6

Color information

#85DAA6 (or 0x85DAA6) is unknown color: approx Vista Blue. HEX triplet: 85, DA and A6. RGB value is (133,218,166). Sum of RGB (Red+Green+Blue) = 133+218+166=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAA6 is #7A2559. Grayscale: #BABABA. Windows color (decimal): -8004954 or 10934917. OLE color: 10934917.

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

Color convert

RGB133218166-
CMYK0.3900.240.15
HSL143.29º53.46%68.82%-
HSV(B)143.29º38.99%85.49%-
XYZ41.6357.8845.05-
YUV186.66116.3489.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.73%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=25.73%
G=42.17%
B=32.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181660.3900.240.15143.2953.4668.82
Hex85DAA627018F8f3545
Octal205332246470301721765105
Binary1000010111011010101001101001110110001111100011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,218,166); }

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

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

 a { background-color: rgb(133,218,166); }

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

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

 span { border-color: rgb(133,218,166); }

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