#85ECAD

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

Shades of Vista Blue #85ECAD

Tints of Vista Blue #85ECAD

Color information

#85ECAD (or 0x85ECAD) is unknown color: approx Vista Blue. HEX triplet: 85, EC and AD. RGB value is (133,236,173). Sum of RGB (Red+Green+Blue) = 133+236+173=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECAD is #7A1352. Grayscale: #C6C6C6. Windows color (decimal): -8000339 or 11398277. OLE color: 11398277.

HSL color Cylindrical-coordinate representation of color #85ECAD: hue angle of 143.3º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECAD is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB133236173-
CMYK0.4400.270.07
HSL143.3º73.05%72.35%-
HSV(B)143.3º43.64%92.55%-
XYZ47.2167.9950.17-
YUV198.02113.8881.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 236 (92.58% from 255) = 43.54%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=24.54%
G=43.54%
B=31.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332361730.4400.270.07143.373.0572.35
Hex85ECAD2C01B78f4948
Octal205354255540337217111110
Binary1000010111101100101011011011000110111111000111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,236,173); }

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

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

 a { background-color: rgb(133,236,173); }

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

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

 span { border-color: rgb(133,236,173); }

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