#85DDA6

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

Shades of Vista Blue #85DDA6

Tints of Vista Blue #85DDA6

Color information

#85DDA6 (or 0x85DDA6) is unknown color: approx Vista Blue. HEX triplet: 85, DD and A6. RGB value is (133,221,166). Sum of RGB (Red+Green+Blue) = 133+221+166=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDA6 is #7A2259. Grayscale: #BCBCBC. Windows color (decimal): -8004186 or 10935685. OLE color: 10935685.

HSL color Cylindrical-coordinate representation of color #85DDA6: hue angle of 142.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDA6 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB133221166-
CMYK0.4000.250.13
HSL142.5º56.41%69.41%-
HSV(B)142.5º39.82%86.67%-
XYZ42.4159.4545.32-
YUV188.42115.3588.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=25.58%
G=42.5%
B=31.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211660.4000.250.13142.556.4169.41
Hex85DDA628019D8e3845
Octal205335246500311521670105
Binary1000010111011101101001101010000110011101100011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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