#85DAA4

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

Shades of Vista Blue #85DAA4

Tints of Vista Blue #85DAA4

Color information

#85DAA4 (or 0x85DAA4) is unknown color: approx Vista Blue. HEX triplet: 85, DA and A4. RGB value is (133,218,164). Sum of RGB (Red+Green+Blue) = 133+218+164=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAA4 is #7A255B. Grayscale: #BABABA. Windows color (decimal): -8004956 or 10803845. OLE color: 10803845.

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

Color convert

RGB133218164-
CMYK0.3900.250.15
HSL141.88º53.46%68.82%-
HSV(B)141.88º38.99%85.49%-
XYZ41.4557.8144.1-
YUV186.43115.3489.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.83%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=25.83%
G=42.33%
B=31.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332181640.3900.250.15141.8853.4668.82
Hex85DAA427019F8e3545
Octal205332244470311721665105
Binary1000010111011010101001001001110110011111100011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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