#85D5AE

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

Shades of Vista Blue #85D5AE

Tints of Vista Blue #85D5AE

Color information

#85D5AE (or 0x85D5AE) is unknown color: approx Vista Blue. HEX triplet: 85, D5 and AE. RGB value is (133,213,174). Sum of RGB (Red+Green+Blue) = 133+213+174=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #85D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D5AE is #7A2A51. Grayscale: #B8B8B8. Windows color (decimal): -8006226 or 11457925. OLE color: 11457925.

HSL color Cylindrical-coordinate representation of color #85D5AE: hue angle of 150.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D5AE is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB133213174-
CMYK0.3800.180.16
HSL150.75º48.78%67.84%-
HSV(B)150.75º37.56%83.53%-
XYZ41.1155.6348.62-
YUV184.6312291.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=25.58%
G=40.96%
B=33.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131740.3800.180.16150.7548.7867.84
Hex85D5AE2601210973144
Octal205325256460222022761104
Binary10000101110101011010111010011001001010000100101111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,213,174); }

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

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

 a { background-color: rgb(133,213,174); }

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

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

 span { border-color: rgb(133,213,174); }

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