#85DCAC

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

Shades of Vista Blue #85DCAC

Tints of Vista Blue #85DCAC

Color information

#85DCAC (or 0x85DCAC) is unknown color: approx Vista Blue. HEX triplet: 85, DC and AC. RGB value is (133,220,172). Sum of RGB (Red+Green+Blue) = 133+220+172=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAC is #7A2353. Grayscale: #BCBCBC. Windows color (decimal): -8004436 or 11328645. OLE color: 11328645.

HSL color Cylindrical-coordinate representation of color #85DCAC: hue angle of 146.9º 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 #85DCAC is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB133220172-
CMYK0.4000.220.14
HSL146.9º55.41%69.22%-
HSV(B)146.9º39.55%86.27%-
XYZ42.7159.1548.2-
YUV188.52118.6888.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 220 (86.33% from 255) = 41.90%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=25.33%
G=41.90%
B=32.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201720.4000.220.14146.955.4169.22
Hex85DCAC28016E933745
Octal205334254500261622367105
Binary1000010111011100101011001010000101101110100100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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